« get me outta code hell

upd8: extra message and break before passing control to build - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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
commitf2f2344682d334f99ebb1a4195364ac879f39a15 (patch)
tree1c6eff9df7ea3815a0c351d0ecb092901d2276bf /src
parent505d5576afa183377a0571d7d6805c1c01f631b3 (diff)
upd8: extra message and break before passing control to build
Diffstat (limited to 'src')
-rwxr-xr-xsrc/upd8.js3
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,