mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
progress - don't rethrow errors on main side
This commit is contained in:
@@ -48,7 +48,7 @@ export class ExtHostProgress {
|
||||
this._proxy.$progressEnd(handle);
|
||||
return result;
|
||||
}, err => {
|
||||
this._proxy.$progressEnd(handle, err);
|
||||
this._proxy.$progressEnd(handle);
|
||||
throw err;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user