mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
fix typo in files.ts (#124693)
* fix typo in files.ts occured -> occurred * fix typos
This commit is contained in:
@@ -811,7 +811,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
}
|
||||
*/
|
||||
this.logTelemetry('fatalError', { ...(error instanceof TypeScriptServerError ? error.telemetry : { command }) });
|
||||
console.error(`A non-recoverable error occured while executing tsserver command: ${command}`);
|
||||
console.error(`A non-recoverable error occurred while executing tsserver command: ${command}`);
|
||||
if (error instanceof TypeScriptServerError && error.serverErrorText) {
|
||||
console.error(error.serverErrorText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user