@base44-preview/cli 0.0.36-pr.353.a0e4035 → 0.0.36-pr.353.bc8cb09
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/index.js +2 -6
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -246266,11 +246266,7 @@ class WatchBase44 {
|
|
|
246266
246266
|
}
|
|
246267
246267
|
watchTarget(item) {
|
|
246268
246268
|
const handler = import_debounce.default(async (_event, path19) => {
|
|
246269
|
-
|
|
246270
|
-
await this.onChange(item.name, relative4(item.path, path19));
|
|
246271
|
-
} catch (err) {
|
|
246272
|
-
this.logger.error(`Reload failed for ${item.name}`, err instanceof Error ? err : undefined);
|
|
246273
|
-
}
|
|
246269
|
+
await this.onChange(item.name, relative4(item.path, path19));
|
|
246274
246270
|
}, WATCH_DEBOUNCE_MS);
|
|
246275
246271
|
const watcher = watch(item.path, {
|
|
246276
246272
|
ignoreInitial: true
|
|
@@ -250763,4 +250759,4 @@ export {
|
|
|
250763
250759
|
CLIExitError
|
|
250764
250760
|
};
|
|
250765
250761
|
|
|
250766
|
-
//# debugId=
|
|
250762
|
+
//# debugId=36CCDF1FA5999E6D64756E2164756E21
|