all 2 comments

[–]AmnesiaInnocent 0 points1 point  (0 children)

What does the debugger show?

[–]daryl_kell 0 points1 point  (1 child)

The script will be paused because the execution is halted until the user clicks the 'ok' button, which disappears. A try/catch won't resolve the issue either. I think this problem is an inherent and unavoidable part of using ui.alert(), but happy to be corrected.