mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
More dangling promise cleanup (#8518)
* More dangling promise cleanup * return void * Function to async * Fix a couple missed promises
This commit is contained in:
@@ -97,7 +97,7 @@ export class TaskHistoryView extends Disposable {
|
||||
}
|
||||
|
||||
private updateTask(task: TaskNode): void {
|
||||
this._tree.refresh(task);
|
||||
this._tree.refresh(task).catch(err => errors.onUnexpectedError(err));
|
||||
}
|
||||
|
||||
public refreshTree(): void {
|
||||
|
||||
Reference in New Issue
Block a user