Skip to content

Instantly share code, notes, and snippets.

@mosfet1kg
Created August 3, 2015 19:37
Show Gist options
  • Save mosfet1kg/b9c959eed03b603cd6be to your computer and use it in GitHub Desktop.
Save mosfet1kg/b9c959eed03b603cd6be to your computer and use it in GitHub Desktop.
error.js
var util = require('util');
var err = new Error('Error occurred!!');
var temp = 123;
console.log( util.isError(err));
console.log(err.message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment