@514labs/moose-lib 0.6.291-ci-8-ge865a6f5 → 0.6.291
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/moose-runner.js
CHANGED
|
@@ -2756,9 +2756,7 @@ async function runScripts(config) {
|
|
|
2756
2756
|
});
|
|
2757
2757
|
const worker = await registerWorkflows(logger2, config);
|
|
2758
2758
|
if (!worker) {
|
|
2759
|
-
logger2.warn(
|
|
2760
|
-
`No workflows found. To disable workflow infrastructure, set workflows=false in moose.config.toml`
|
|
2761
|
-
);
|
|
2759
|
+
logger2.warn(`No workflows found`);
|
|
2762
2760
|
process.exit(0);
|
|
2763
2761
|
}
|
|
2764
2762
|
let isShuttingDown = false;
|