[object Object]

← back to Designerwallcoverings

fix(stroheim-onboard): settlement-gate.mjs:121 ReferenceError err->skip (job did all work then crashed on summary print, exit 1)

fcffc7f70c114f1bce9da36df8ecddd9833566f7 · 2026-08-26 19:52:24 -0700 · Steve Abrams

Files touched

Diff

commit fcffc7f70c114f1bce9da36df8ecddd9833566f7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 26 19:52:24 2026 -0700

    fix(stroheim-onboard): settlement-gate.mjs:121 ReferenceError err->skip (job did all work then crashed on summary print, exit 1)
---
 scripts/stroheim-onboard/settlement-gate.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/stroheim-onboard/settlement-gate.mjs b/scripts/stroheim-onboard/settlement-gate.mjs
index 7e3b350..383e5ed 100644
--- a/scripts/stroheim-onboard/settlement-gate.mjs
+++ b/scripts/stroheim-onboard/settlement-gate.mjs
@@ -118,7 +118,7 @@ async function main() {
   }
   fs.closeSync(fd);
   console.log(`  pass result: OK ${ok} · BLOCK ${block} · skipped(retry-next-pass) ${skip}`);
-  console.log(`\nDONE. OK=${ok} BLOCK=${block} err=${err} of ${todo.length} · actual ~$${spent.toFixed(4)} (Gemini ${MODEL} vision)`);
+  console.log(`\nDONE. OK=${ok} BLOCK=${block} skip=${skip} of ${todo.length} · actual ~$${spent.toFixed(4)} (Gemini ${MODEL} vision)`);
   if (block) console.log(`  ⚠ ${block} BLOCK/held — will NOT be created/activated; review out/settlement-verdicts.jsonl (grep BLOCK).`);
 }
 main().catch(e => { console.error(e); process.exit(1); });

← 7e5f6ca auto-data-snapshot: 2026-08-26T14:02:58 (1 data files) — dat  ·  back to Designerwallcoverings  ·  auto-data-snapshot: 2026-08-26T20:07:56 (1 data files) — dat c17a434 →