dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

Stop from the scanSub() method still returns to complete readNew()'s iterations #237

Closed dgets closed 9 years ago

dgets commented 9 years ago

Are exceptions not being thrown here properly to indicate a stop?

dgets commented 9 years ago

So apparently they are either not being thrown properly or they are not being handled correctly. Though the exception is caught, the number that is set for it is not properly being set (or tested for). Got a workaround, but I'm going to have to add a new issue about why the hell the exception number isn't being reliable here.