mason: print callstack trace for build loop errors
parent
2022c2a83e
commit
444247d890
|
@ -7,7 +7,7 @@ FROM: mason.build => build ;
|
|||
IN: mason
|
||||
|
||||
: build-loop-error ( error -- )
|
||||
[ "Build loop error:" print flush error. flush ]
|
||||
[ "Build loop error:" print flush error. flush :c flush ]
|
||||
[ error-continuation get call>> email-error ] bi ;
|
||||
|
||||
: build-loop-fatal ( error -- )
|
||||
|
|
Loading…
Reference in New Issue