Comparing version 0.2.8 to 0.2.9
var path = require('path') | ||
, stackFormatter = require('./formatStackTrace') | ||
, node_modules = path.sep + 'node_modules' + path.sep | ||
@@ -4,0 +3,0 @@ , colors |
{ | ||
"name": "trycatch", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "An asynchronous domain-based exception handler with long stack traces for node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/CrabDude/trycatch", |
46248
17
705