Skip to content

Commit

Permalink
the amount of fail I have with git today is spectacular
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Gruenbaum authored and Benjamin Gruenbaum committed Feb 13, 2015
1 parent 382220a commit c79dc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodetest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ var q = require("./q/index.js");
q.reject("Heh");

process.on("unhandledRejection", function(handler, reason){
console.log("Found it!", handler, reason);
console.log("Found it!", handler, "reason", reason);
});

0 comments on commit c79dc03

Please sign in to comment.