mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 (#6381)
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 * disable strict null check
This commit is contained in:
@@ -20,7 +20,7 @@ export default class ErrorTelemetry extends BaseErrorTelemetry {
|
||||
oldOnError.apply(this, arguments);
|
||||
}
|
||||
};
|
||||
this._disposables.push(toDisposable(function () {
|
||||
this._disposables.add(toDisposable(() => {
|
||||
if (oldOnError) {
|
||||
globals.onerror = oldOnError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user