Skip to content

Commit 312ce16

Browse files
Ugh.
1 parent 4c86404 commit 312ce16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/sourcemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ namespace ts {
271271
sourceRoot,
272272
sources,
273273
names,
274-
mappings: mappings.join(),
274+
mappings: mappings.join(""),
275275
sourcesContent,
276276
};
277277
}

0 commit comments

Comments
 (0)