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 /Makefile | |
| parent | 2c65292119d13b880ad57783dda434147b6f6980 (diff) | |
Source maps work for testdata/007_stack_trace.ts.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ TS_FILES = \ runtime.ts \ timers.ts \ url.js \ - util.ts + util.ts \ + v8_source_maps.ts deno: assets.go msg.pb.go main.go go build -o deno |
