Skip to content

Commit 2d09dcc

Browse files
Corrected call.
1 parent 8406c15 commit 2d09dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4812,7 +4812,7 @@ var __param = this.__param || function(index, decorator) { return function (targ
48124812
* This will take care of leading/trailing comments, and sourcemaps if applicable.
48134813
*/
48144814
function emit(node: Node): void {
4815-
emitNodeWorker(node, /*allowGeneratedIdentifiers*/ true);
4815+
emitNodeWorker(node, /*shouldEmitSourceMap*/ true, /*allowGeneratedIdentifiers*/ true);
48164816
}
48174817

48184818
/**

0 commit comments

Comments
 (0)