mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge pull request #506 from Zagrios/bugfix/499/cannot-uninstall-versions
[bugfix-499] unable to uninstall a bs version
This commit is contained in:
@@ -19,6 +19,6 @@ export class BSUninstallerService {
|
||||
}
|
||||
|
||||
public uninstall(version: BSVersion): Promise<boolean> {
|
||||
return lastValueFrom(this.ipcService.sendV2<boolean>("bs.uninstall", { args: version })).catch(() => false);
|
||||
return lastValueFrom(this.ipcService.sendV2("bs.uninstall", version)).catch(() => false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user