mason: print callstack trace for build loop errors

db4
Slava Pestov 2010-02-01 12:41:04 -06:00
parent 2022c2a83e
commit 444247d890
1 changed files with 1 additions and 1 deletions

2
extra/mason/mason.factor Normal file → Executable file
View File

@ -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 -- )