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:
renovate[bot]
2024-06-03 21:04:13 +02:00
committed by GitHub
co-authored by FabianLars
parent 60a8545cb7
commit a2eb3a6e43
13 changed files with 249 additions and 1074 deletions
+1 -1
View File
@@ -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", {