Skip to content

Commit f922427

Browse files
committed
Add mission semi
1 parent da16b3e commit f922427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/esnext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace ts {
4343
right
4444
)
4545
)
46-
)
46+
);
4747

4848
}
4949
Debug.fail("unexpected operator: " + operator.kind);

0 commit comments

Comments
 (0)