blob: fb71143388e45f00ccc980d67419335e4e561153 [file] [log] [blame]
module.exports.a = function a() {
return b()
}
function b() {
throw new Error('the error')
}