From 7bf55793c549d9811ec439973df2330642017c83 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sun, 27 Apr 2025 18:14:25 +0300 Subject: [PATCH] make build.bqn error on lack of output even if there's no errout --- 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 07cee778..23d09683 100644 --- a/build/src/runner.bqn +++ b/build/src/runner.bqn @@ -54,7 +54,7 @@ _runImport_ ← { runArgs Process _𝕣_ dir runFile: # Process returns {deps‿ Process ← { 𝕊 res: deps ⇐ src<⊸∾ SimplifyPath¨ res.deplog o ⇐ ∾ ∾⟜(@+10)¨ res.show - e ⇐ {⟨⟩: @; ⋈⁼𝕩} res.errout + e ⇐ {⟨⟩: {res.out≡@? "Didn't get output from Singeli for "∾src; @}; ⋈⁼𝕩} res.errout } argsFinal Process _runImport_ dir singeliDir •file.At "singeli" ;