any cast to satisfy ts

This commit is contained in:
isidor
2017-11-01 17:07:52 +01:00
parent 2ad4b98731
commit b2b58a2fb6
@@ -721,7 +721,7 @@ export class DebugService implements debug.IDebugService {
})
).then(() => wrapUpState(), err => {
wrapUpState();
return TPromise.wrapError(err);
return <any>TPromise.wrapError(err);
});
})
)));