diff options
Diffstat (limited to 'src/utils/updater.ts')
-rw-r--r-- | src/utils/updater.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/updater.ts b/src/utils/updater.ts index ce99aa4..2e2bfe1 100644 --- a/src/utils/updater.ts +++ b/src/utils/updater.ts @@ -18,7 +18,7 @@ import gitHash from "~git-hash"; -import Logger from "./Logger"; +import { Logger } from "./Logger"; import { relaunch } from "./native"; import { IpcRes } from "./types"; |