From af6076f3c6008d3aacb69ae3eca8db2eb3f00de9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 May 2018 09:54:37 -0400 Subject: Source maps work for testdata/007_stack_trace.ts. --- testdata/007_stack_trace.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'testdata') 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"); -- cgit v1.2.3