@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.mjs
CHANGED
|
@@ -2751,9 +2751,7 @@ async function runScripts(config) {
|
|
|
2751
2751
|
});
|
|
2752
2752
|
const worker = await registerWorkflows(logger2, config);
|
|
2753
2753
|
if (!worker) {
|
|
2754
|
-
logger2.warn(
|
|
2755
|
-
`No workflows found. To disable workflow infrastructure, set workflows=false in moose.config.toml`
|
|
2756
|
-
);
|
|
2754
|
+
logger2.warn(`No workflows found`);
|
|
2757
2755
|
process.exit(0);
|
|
2758
2756
|
}
|
|
2759
2757
|
let isShuttingDown = false;
|