mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
tsfmt - src
This commit is contained in:
@@ -87,7 +87,7 @@ export function request(options: IRequestOptions): TPromise<IRequestContext> {
|
||||
|
||||
req.end();
|
||||
},
|
||||
() => req && req.abort());
|
||||
() => req && req.abort());
|
||||
}
|
||||
|
||||
function isSuccess(context: IRequestContext): boolean {
|
||||
|
||||
Reference in New Issue
Block a user