From 5f8b0426c27b4aafa2325ace72117d5259ad743e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 30 Oct 2023 16:59:46 -0300 Subject: upd8, write: stepStatusSummary warning for incomplete static-build --- src/upd8.js | 2 +- src/write/build-modes/static-build.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/upd8.js b/src/upd8.js index c7fe0ca..10fa43a 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -1164,7 +1164,7 @@ async function main() { if (buildModeResult !== true) { Object.assign(stepStatusSummary.performBuild, { status: STATUS_HAS_WARNINGS, - message: `may not have completed - view log for details`, + annotation: `may not have completed - view log for details`, }); return false; diff --git a/src/write/build-modes/static-build.js b/src/write/build-modes/static-build.js index 96f2a0e..b6dc964 100644 --- a/src/write/build-modes/static-build.js +++ b/src/write/build-modes/static-build.js @@ -374,6 +374,8 @@ export async function go({ logWarn`available - albeit possibly outdated! Please scroll up and send`; logWarn`the HSMusic developers a copy of the errors:`; fileIssue({topMessage: null}); + + return false; } return true; -- cgit 1.3.0-6-gf8a5