ui.debugger: don't rethrow at all. it just makes an infinite loop.

locals-and-roots
Doug Coleman 2016-04-18 09:27:32 -07:00
parent 42ae9ac015
commit da65402ee8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ IN: ui.debugger
! ( error -- * ) ! ( error -- * )
[ [
ui-running? [ dup error-alert ] [ dup print-error ] if die rethrow ui-running? [ dup error-alert ] [ dup print-error ] if die
] callback-error-hook set-global ] callback-error-hook set-global
M: world-error error. M: world-error error.