@514labs/moose-lib 0.6.291-ci-7-gf33c25e4 → 0.6.291-ci-6-g46154d2e

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.
@@ -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(`No workflows found`);
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;