diff options
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"); |