mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
chore(deps): update dependency eslint to v9 (v2) (#1424)
* chore(deps): update dependency eslint to v9 * flat config * license header * rebuild --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
co-authored by
FabianLars
parent
60a8545cb7
commit
a2eb3a6e43
@@ -72,7 +72,7 @@ class Update extends Resource {
|
||||
/** Install downloaded updater package */
|
||||
async install(): Promise<void> {
|
||||
if (!this.downloadedBytes) {
|
||||
throw "Update.install called before Update.download";
|
||||
throw new Error("Update.install called before Update.download");
|
||||
}
|
||||
|
||||
await invoke("plugin:updater|install", {
|
||||
|
||||
Reference in New Issue
Block a user