Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "trycatch", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An asynchronous domain-based exception handler with long stack traces for node.js", | ||
@@ -33,3 +33,3 @@ "homepage": "http://github.com/CrabDude/trycatch", | ||
"colors": ">=0.5.0 <0.6", | ||
"hookit": "0.0.5" | ||
"hookit": "~0.0.6" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -44,3 +44,3 @@ var trycatch = require('../lib/trycatch') | ||
it('should catch Error object thrown asynchronously', function(done) { | ||
it.only('should catch Error object thrown asynchronously', function(done) { | ||
trycatch(function() { | ||
@@ -52,2 +52,3 @@ process.nextTick(function() { | ||
, function(err) { | ||
require('fs').writeFileSync('foo.js', err.stack) | ||
assert.equal(err.message, 'Async') | ||
@@ -54,0 +55,0 @@ assert.notEqual(err.stack, undefined) |
47805
751
3
+ Addedhookit@0.0.6(transitive)
- Removedhookit@0.0.5(transitive)
Updatedhookit@~0.0.6