tools.deploy.shaker: use ignore-errors to prevent a possible infinite loop

locals-and-roots
Björn Lindqvist 2016-04-24 16:22:00 +02:00
parent 58ad5fb4ce
commit 24b6f90ab8
1 changed files with 2 additions and 1 deletions
basis/tools/deploy/shaker

View File

@ -4,7 +4,8 @@ ui.gadgets.worlds system ;
[
"Error"
"The application encountered an error it cannot recover from and will now exit."
system-alert die 1 exit
[ system-alert ] ignore-errors
die 1 exit
]
[ ui-error-hook set-global ]
[ callback-error-hook set-global ]