tools.deploy.shaker: use ignore-errors to prevent a possible infinite loop
parent
58ad5fb4ce
commit
24b6f90ab8
basis/tools/deploy/shaker
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue