mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 23:36:03 +01:00
any cast to satisfy ts
This commit is contained in:
@@ -721,7 +721,7 @@ export class DebugService implements debug.IDebugService {
|
||||
})
|
||||
).then(() => wrapUpState(), err => {
|
||||
wrapUpState();
|
||||
return TPromise.wrapError(err);
|
||||
return <any>TPromise.wrapError(err);
|
||||
});
|
||||
})
|
||||
)));
|
||||
|
||||
Reference in New Issue
Block a user