jcartledge / sublime-worksheet

An inline REPL for JavaScript, PHP, Ruby & more in Sublime Text 2 and 3
MIT License
333 stars 18 forks source link

handle timeout better #1

Closed jcartledge closed 11 years ago

jcartledge commented 11 years ago

Currently pexpect swallows these. We need to indicate to the user that execution was cancelled because a timeout occurred, and clean up properly. This needs to handle extreme cases like while(1);.

jcartledge commented 11 years ago

Need to: