@threadbase-sh/scanner 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2969,7 +2969,7 @@ var ConversationScanner = class {
|
|
|
2969
2969
|
});
|
|
2970
2970
|
}
|
|
2971
2971
|
async resolveProfiles(profiles) {
|
|
2972
|
-
if (profiles
|
|
2972
|
+
if (profiles) return profiles;
|
|
2973
2973
|
return loadProfiles(DEFAULT_CONFIG_PATH);
|
|
2974
2974
|
}
|
|
2975
2975
|
transformView(metas, options) {
|