Skip to content

Commit 8610e66

Browse files
committed
Minimize diff
1 parent 9303902 commit 8610e66

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
@@ -1428,7 +1428,7 @@ export function createPrinter(printerOptions: PrinterOptions = {}, handlers: Pri
14281428
writeList,
14291429
writeFile,
14301430
writeBundle,
1431-
bundleFileInfo,
1431+
bundleFileInfo
14321432
};
14331433

14341434
function printNode(hint: EmitHint, node: Node, sourceFile: SourceFile): string {

0 commit comments

Comments
 (0)