diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 21:37:09 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:58 -0300 |
commit | 5dae5d052ee8b80e6c02e6df0d46700af1553bbf (patch) | |
tree | 15dc09da95555622058097fa4d3609a7512077e8 | |
parent | ec3701c57eb826b4bfd35ba488fe20dac1dd4699 (diff) |
upd8: nicer web routes log
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js index 885c6528..82ba8a6c 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -2306,7 +2306,7 @@ async function main() { return false; } - logInfo`Successfully determined web routes.`; + logInfo`Successfully determined web routes - nice!`; paragraph = false; Object.assign(stepStatusSummary.identifyWebRoutes, { |