nextclaw 0.8.6 → 0.8.8
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
CHANGED
|
@@ -2699,7 +2699,7 @@ var ServiceCommands = class {
|
|
|
2699
2699
|
}
|
|
2700
2700
|
console.log("\u2713 Heartbeat: every 30m");
|
|
2701
2701
|
const configPath = resolve7(getConfigPath2());
|
|
2702
|
-
const watcher = chokidar.watch(
|
|
2702
|
+
const watcher = chokidar.watch(configPath, {
|
|
2703
2703
|
ignoreInitial: true,
|
|
2704
2704
|
awaitWriteFinish: { stabilityThreshold: 200, pollInterval: 50 }
|
|
2705
2705
|
});
|