mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
Don't log race condition error (#14922)
This commit is contained in:
@@ -17,7 +17,10 @@ export function subscriptionToDisposable(sub: Subscription): IDisposable {
|
||||
}
|
||||
|
||||
export class AngularDisposable extends Disposable implements OnDestroy {
|
||||
public isDisposed = false;
|
||||
|
||||
ngOnDestroy() {
|
||||
this.dispose();
|
||||
this.isDisposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user