build.bqn: nicer message on failed runner •SH
This commit is contained in:
parent
0f2ef4384c
commit
32afb4b4ab
@ -25,7 +25,7 @@ _runSingeli_ ← { runArgs GetDeps _𝕣_ dir runFile:
|
|||||||
"sh"‿dir‿cmd‿depf:
|
"sh"‿dir‿cmd‿depf:
|
||||||
t0 ← •MonoTime@
|
t0 ← •MonoTime@
|
||||||
Chdir @∾˜ •ToUTF8 dir
|
Chdir @∾˜ •ToUTF8 dir
|
||||||
c‿o‿e ← •SH cmd
|
c‿o‿e ← •SH⎊{𝕊: ⟨'e',"",∾⟨"Failed to run ", ⊑cmd, ": ", •CurrentError@⟩⟩} cmd
|
||||||
t1 ← •MonoTime@
|
t1 ← •MonoTime@
|
||||||
{
|
{
|
||||||
0: @≡depf?
|
0: @≡depf?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user