Skip to content

Commit

Permalink
catch errors for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed Aug 26, 2011
1 parent 2e91d3f commit 5335489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ t.on('data', function(data) {
});
t.data({require:require});
t.run();
t.on('error', function(err) {
console.log(err.message);
console.log(err.stack);
});

0 comments on commit 5335489

Please sign in to comment.