Skip to content

Instantly share code, notes, and snippets.

@KSXGitHub
Created May 23, 2018 05:07
Show Gist options
  • Save KSXGitHub/0159b198d52f4a416ca00bb2bee60995 to your computer and use it in GitHub Desktop.
Save KSXGitHub/0159b198d52f4a416ca00bb2bee60995 to your computer and use it in GitHub Desktop.
const foo = require('./foo')
module.exports = () => foo()
module.exports = () => {
const error = new Error('WARNING!!')
console.log(error.stack)
}
const bar = require('./bar')
bar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment