make build.bqn error on lack of output even if there's no errout

This commit is contained in:
dzaima 2025-04-27 18:14:25 +03:00
parent 26055d0146
commit 7bf55793c5

View File

@ -54,7 +54,7 @@ _runImport_ ← { runArgs Process _𝕣_ dir runFile: # Process returns {deps‿
Process { 𝕊 res: Process { 𝕊 res:
deps src< SimplifyPath¨ res.deplog deps src< SimplifyPath¨ res.deplog
o (@+10)¨ res.show 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" argsFinal Process _runImport_ dir singeliDir •file.At "singeli"
; ;