Skip to content

Instantly share code, notes, and snippets.

@mikehow1984
Created October 12, 2016 21:45
Show Gist options
  • Save mikehow1984/fff732fc09d0cfb587c9c8b5ac4e18ce to your computer and use it in GitHub Desktop.
Save mikehow1984/fff732fc09d0cfb587c9c8b5ac4e18ce to your computer and use it in GitHub Desktop.
function errorHandler(err){
try{
JSON.parse(err);
console.error(`Error: ${JSON.stringify(err)}`);
} catch(e){
console.error(`Error: ${err}`);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment