Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
87976ffb00e8f3be36dcfaef3d2d7253a039ade7
/
.
/
examples
/
stack_traces
/
lib
/
a.js
blob: fb71143388e45f00ccc980d67419335e4e561153 [
file
] [
log
] [
blame
]
module
.
exports
.
a
=
function
a
()
{
return
b
()
}
function
b
()
{
throw
new
Error
(
'the error'
)
}