@jonit-dev/night-watch-cli 1.8.14-beta.10 → 1.8.14-beta.11
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -17335,7 +17335,7 @@ function getExecutorStatus(config, snapshot) {
|
|
|
17335
17335
|
if (snapshot.processes.some((processInfo) => processInfo.running)) {
|
|
17336
17336
|
return "running";
|
|
17337
17337
|
}
|
|
17338
|
-
const executorActive = config.executorEnabled !== false && !config.pausedJobs?.executor;
|
|
17338
|
+
const executorActive = snapshot.crontab.installed && config.executorEnabled !== false && !config.pausedJobs?.executor;
|
|
17339
17339
|
return executorActive ? "active" : "paused";
|
|
17340
17340
|
}
|
|
17341
17341
|
function describeError(error2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jonit-dev/night-watch-cli",
|
|
3
|
-
"version": "1.8.14-beta.
|
|
3
|
+
"version": "1.8.14-beta.11",
|
|
4
4
|
"description": "AI agent that implements your specs, opens PRs, and reviews code overnight. Queue GitHub issues or PRDs, wake up to pull requests.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|