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