CrabDude / trycatch

An asynchronous domain-based exception handler with long stack traces for node.js
MIT License
246 stars 17 forks source link

Separate guarding functionality into base module #38

Open CrabDude opened 10 years ago

CrabDude commented 10 years ago

There are 4 parts to trycatch:

trycatch should be refactored into the separate modules, with trycatch at the top of the abstraction stack.

Perhaps, Error.longStackTraces should be used instead of trycatch.configure.

Raynos commented 10 years ago

:+1:

CrabDude commented 10 years ago

I'll do this sometime soon since I'm working on my own company now.