diff options
Diffstat (limited to 'src/utils/updater.ts')
-rw-r--r-- | src/utils/updater.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/updater.ts b/src/utils/updater.ts index 4b8f4ba..51739ae 100644 --- a/src/utils/updater.ts +++ b/src/utils/updater.ts @@ -16,10 +16,11 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +import gitHash from "git-hash"; + import IpcEvents from "./IpcEvents"; import Logger from "./logger"; import { IpcRes } from "./types"; -import gitHash from "git-hash"; export const UpdateLogger = new Logger("Updater", "white"); export let isOutdated = false; |