From 37911af67a38a3dff0b5aa64c1c9be3baf6c8170 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 13 Mar 2025 23:38:18 +0200 Subject: [PATCH] show Singeli show{}s even when erroring --- build/src/runner.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/src/runner.bqn b/build/src/runner.bqn index de7b4192..07cee778 100644 --- a/build/src/runner.bqn +++ b/build/src/runner.bqn @@ -15,7 +15,7 @@ _runImport_ ← { runArgs Process _𝕣_ dir runFile: # Process returns {deps‿ }⎊{𝕊: e↩•CurrentError@} @ t1 ← •MonoTime@ { - e≢@? ⟨0, e⟩; + e≢@? ⟨0, o⊸∾⍟(@≢o) e⟩; Good ⟨dir,t0,t1,o,"",deps⟩ } }