summaryrefslogtreecommitdiff
path: root/test/message/source_map_enclosing_function.out
blob: 5bb920e7eba42aec82d895caa264f6895f913c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*enclosing-call-site.js:26
  throw err
  ^

Error: an error!
    at functionD (*enclosing-call-site.js:16:17)
    at functionC (*enclosing-call-site.js:10:3)
    at functionB (*enclosing-call-site.js:6:3)
    at functionA (*enclosing-call-site.js:2:3)
    at Object.<anonymous> (*enclosing-call-site.js:24:3)

Node.js *