mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
linter
This commit is contained in:
parent
12e593825f
commit
0ab52bcb82
@ -1313,7 +1313,7 @@ namespace ts.server {
|
||||
[CommandNames.Cleanup]: (request: protocol.Request) => {
|
||||
this.cleanup();
|
||||
return this.requiredResponse(true);
|
||||
},
|
||||
},
|
||||
[CommandNames.Geterr]: (request: protocol.Request) => {
|
||||
const geterrArgs = <protocol.GeterrRequestArgs>request.arguments;
|
||||
return { response: this.getDiagnostics(geterrArgs.delay, geterrArgs.files), responseRequired: false };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user