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

Exceptions' number property not being set (or tested for) correctly in readNew()/scanSub() #239

Closed dgets closed 8 years ago

dgets commented 9 years ago

As noted in issue #237, though the exceptions are being caught properly in readNew() and scanSub(), the number property of these exceptions is either not being set, or tested for, correctly. Got a workaround for #237, but this doesn't do anything to help the situation going on with that number property not working; that's going to break shit in other places, as well.

dgets commented 8 years ago

Closing due to new rewrite that should handle things properly.