2011-10-03 03:24:13 -04:00
|
|
|
USING: continuations namespaces sequences kernel ui
|
2016-03-29 09:05:05 -04:00
|
|
|
ui.gadgets.worlds system ;
|
2010-02-23 23:42:36 -05:00
|
|
|
|
2011-10-03 03:24:13 -04:00
|
|
|
[
|
|
|
|
"Error"
|
2010-05-03 01:40:54 -04:00
|
|
|
"The application encountered an error it cannot recover from and will now exit."
|
2016-04-24 10:22:00 -04:00
|
|
|
[ system-alert ] ignore-errors
|
|
|
|
die 1 exit
|
2011-10-03 03:24:13 -04:00
|
|
|
]
|
|
|
|
[ ui-error-hook set-global ]
|
|
|
|
[ callback-error-hook set-global ]
|
|
|
|
[ [ drop ] prepose thread-error-hook set-global ] tri
|