@base44-preview/cli 0.0.37-pr.364.45ad860 → 0.0.37-pr.364.6477bab
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 -2
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -246308,7 +246308,7 @@ class WatchBase44 extends EventEmitter4 {
|
|
|
246308
246308
|
this.emit("change", name2, relative4(targetPath, path19));
|
|
246309
246309
|
}, WATCH_DEBOUNCE_MS));
|
|
246310
246310
|
watcher.on("error", (err) => {
|
|
246311
|
-
this.logger.error(`Watch handler failed for ${targetPath}`, err instanceof Error ? err : undefined);
|
|
246311
|
+
this.logger.error(`[dev-server] Watch handler failed for ${targetPath}`, err instanceof Error ? err : undefined);
|
|
246312
246312
|
});
|
|
246313
246313
|
return watcher;
|
|
246314
246314
|
}
|
|
@@ -250799,4 +250799,4 @@ export {
|
|
|
250799
250799
|
CLIExitError
|
|
250800
250800
|
};
|
|
250801
250801
|
|
|
250802
|
-
//# debugId=
|
|
250802
|
+
//# debugId=B20BEBE5D10CD41A64756E2164756E21
|