mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Use 2018 as target for extensions since we are now running on node 10
This commit is contained in:
@@ -157,8 +157,7 @@ class GetErrRequest {
|
||||
};
|
||||
|
||||
client.executeAsync('geterr', args, _token.token)
|
||||
.catch(() => true)
|
||||
.then(() => {
|
||||
.finally(() => {
|
||||
if (this._done) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user