Skip to content

Instantly share code, notes, and snippets.

@paulmelnikow
Created January 18, 2015 02:07
Show Gist options
  • Save paulmelnikow/588528eb58aedd89494e to your computer and use it in GitHub Desktop.
Save paulmelnikow/588528eb58aedd89494e to your computer and use it in GitHub Desktop.
var bar = function () {
console.log('yoyoyo');
};
module.exports = bar;
try {
bar();
} catch(e){
console.log('nope');
}
console.log('here');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment