tools.deploy.shaker: adjust fallback error handler message so it looks better in a Win32 MessageBox
parent
7e2d32b7d2
commit
8e33230039
|
@ -1,7 +1,7 @@
|
|||
USING: namespaces tools.deploy.config fry sequences system kernel ui ui.gadgets.worlds ;
|
||||
|
||||
deploy-name get "Factor" or '[
|
||||
_ " encountered an unhandled error." append
|
||||
"The application will now exit."
|
||||
_ " encountered an error." append
|
||||
"The application encountered an error it cannot recover from and will now exit."
|
||||
system-alert die
|
||||
] ui-error-hook set-global
|
||||
|
|
Loading…
Reference in New Issue