ui.gadgets.worlds: rethrow error so traceback is more obvious.

windows-high-dpi
John Benediktsson 2018-02-16 16:19:51 -08:00
parent d64536e43c
commit 52de821e19
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ ui-error-hook [ [ rethrow ] ] initialize
dup [ draw-world* ] with-gl-context
flush-layout-cache-hook get call( -- )
] [
swap f >>active? <world-error> throw
swap f >>active? <world-error> rethrow
] recover
] [ drop ] if ;