Skip to content

Commit

Permalink
chore(drivers): remove driver recompile after update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Feb 1, 2024
1 parent 449a03b commit 36ca5a7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,6 @@ export class DriverUpdateListModalComponent {
this.loading = '';
this._dialog_ref.disableClose = false;
});
this.loading = 'Recompiling updated drivers...';
await Promise.all(
selected.map((driver) => recompileDriver(driver.id).toPromise())
).catch((_) => {
notifyError('Error recompiling updated drivers', _);
this.loading = '';
this._dialog_ref.disableClose = false;
});
notifySuccess(`Successfully updated ${selected.length} drivers`);
this.loading = '';
if (this.all_selected) this._dialog_ref.close();
Expand Down

0 comments on commit 36ca5a7

Please sign in to comment.