Skip to content

Commit 035b9ac

Browse files
Lint fix
1 parent 1b3c7a2 commit 035b9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15490,7 +15490,7 @@ namespace ts {
1549015490
}
1549115491

1549215492
if (isLiteralType(source) && !isLiteralType(target)) {
15493-
generalizedSourceType = getTypeNameForErrorDisplay(getBaseTypeOfLiteralType(source))
15493+
generalizedSourceType = getTypeNameForErrorDisplay(getBaseTypeOfLiteralType(source));
1549415494
}
1549515495

1549615496
reportError(message, generalizedSourceType, targetType);

0 commit comments

Comments
 (0)