mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
Fix bug where failed OE expands could not be retried (#2780)
This commit is contained in:
@@ -361,12 +361,6 @@ export class Item {
|
||||
return WinJS.TPromise.as(false);
|
||||
}
|
||||
|
||||
// {{SQL CARBON EDIT}} - Original code does not handle the need to refresh children in case previous refreshchildren errored out.
|
||||
// resetting the errorStateMessage before we refresh children so we can track if there has been error in processing.
|
||||
if (this.element instanceof TreeNode) {
|
||||
this.element.errorStateMessage = null;
|
||||
}
|
||||
|
||||
var result = this.lock.run(this, () => {
|
||||
var eventData: IItemExpandEvent = { item: this };
|
||||
var result: WinJS.Promise;
|
||||
|
||||
Reference in New Issue
Block a user