Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
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'
)
}