diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-21 09:54:37 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-21 16:09:24 -0400 |
commit | af6076f3c6008d3aacb69ae3eca8db2eb3f00de9 (patch) | |
tree | 4e3ec35ab81204c5e64eaf95c30a58d3a91134bc /testdata | |
parent | 2c65292119d13b880ad57783dda434147b6f6980 (diff) |
Source maps work for testdata/007_stack_trace.ts.
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/007_stack_trace.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testdata/007_stack_trace.ts b/testdata/007_stack_trace.ts index 2424bf949..624bc55da 100644 --- a/testdata/007_stack_trace.ts +++ b/testdata/007_stack_trace.ts @@ -6,6 +6,4 @@ function bar() { foo() } -console.log("before"); bar() -console.log("after"); |