forked from jgfoster/Jade.bak
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #106. String inspector acting oddly.
If we encounter an oop type conversion error in an string execution, we throw an error now. And we do so outside the timing block. This should help prevent conditions where ad-hoc executions can start throwing up dialogs and hang the image. Also wrap the jade inspect in an error block to give a little nicer message if the conditions described in #106 recur.
- Loading branch information
Eric Winger
authored and
Eric Winger
committed
Aug 25, 2018
1 parent
ecf3d66
commit 3c1f710
Showing
3 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters