diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 14:29:35 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 14:29:35 -0300 |
commit | f2f2344682d334f99ebb1a4195364ac879f39a15 (patch) | |
tree | 1c6eff9df7ea3815a0c351d0ecb092901d2276bf /src | |
parent | 505d5576afa183377a0571d7d6805c1c01f631b3 (diff) |
upd8: extra message and break before passing control to build
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 600cc257..3e90f988 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -2095,6 +2095,9 @@ async function main() { let buildModeResult; + logInfo`Passing control over to build mode: ${selectedBuildModeFlag}`; + console.log(''); + try { buildModeResult = await selectedBuildMode.go({ cliOptions, |