From fe5bd56ac8c7c9ce52c29f3bb3384d3bfb8c5441 Mon Sep 17 00:00:00 2001 From: uurgothat Date: Mon, 4 Oct 2021 22:31:12 +0300 Subject: Add warn for git + remove unnecessary import --- bundle/src/stats.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'bundle/src/stats.ts') diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts index 5dc69efe..e6941db2 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts @@ -1,6 +1,5 @@ import os from "os"; import osu from "node-os-utils"; -import {} from "chalk"; export function initStats() { console.log(`[Path] running in ${__dirname}`); -- cgit 1.5.1