Created
April 20, 2015 21:34
-
-
Save laser/1092cfdebb2f22ef7930 to your computer and use it in GitHub Desktop.
throw stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/erinswenson-healey/dev/TARS/src/server.js:51 | |
throw foo(); | |
^ | |
Error: Oh noes! | |
at bliz (/Users/erinswenson-healey/dev/TARS/src/server.js:41:18) | |
at bar (/Users/erinswenson-healey/dev/TARS/src/server.js:44:16) | |
at foo (/Users/erinswenson-healey/dev/TARS/src/server.js:47:14) | |
at Object.module.exports.start (/Users/erinswenson-healey/dev/TARS/src/server.js:51:11) | |
at Object.<anonymous> (/Users/erinswenson-healey/dev/TARS/start.js:5:8) | |
at Module._compile (module.js:456:26) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Function.Module.runMain (module.js:497:10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/erinswenson-healey/dev/TARS/src/server.js:52 | |
throw foo(); | |
^ | |
foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment