mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Added missing semicolon.
This commit is contained in:
@@ -5096,7 +5096,7 @@ namespace ts {
|
||||
return result !== Ternary.False;
|
||||
|
||||
function reportError(message: DiagnosticMessage, arg0?: string, arg1?: string, arg2?: string): void {
|
||||
Debug.assert(!!errorNode)
|
||||
Debug.assert(!!errorNode);
|
||||
errorInfo = chainDiagnosticMessages(errorInfo, message, arg0, arg1, arg2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user