diff options
Diffstat (limited to 'cli/js/diagnostics.ts')
-rw-r--r-- | cli/js/diagnostics.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/js/diagnostics.ts b/cli/js/diagnostics.ts index 7cdb154b9..01ca0b619 100644 --- a/cli/js/diagnostics.ts +++ b/cli/js/diagnostics.ts @@ -87,9 +87,7 @@ function fromDiagnosticCategory( return DiagnosticCategory.Warning; default: throw new Error( - `Unexpected DiagnosticCategory: "${category}"/"${ - ts.DiagnosticCategory[category] - }"` + `Unexpected DiagnosticCategory: "${category}"/"${ts.DiagnosticCategory[category]}"` ); } } |