From d8b01058b34b22ae9fba25ec9c257e62de4e067b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 17 Aug 2021 22:42:16 +0200 Subject: :art: clean up --- bundle/src/stats.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'bundle/src/stats.ts') diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts index 6413f347..37ddb4e2 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts @@ -2,6 +2,7 @@ import os from "os"; import osu from "node-os-utils"; export function initStats() { + console.log(`[Path] running in ${__dirname}`); console.log(`[CPU] ${osu.cpu.model()} Cores x${osu.cpu.count()}`); console.log(`[System] ${os.platform()} ${os.arch()}`); console.log(`[Database] started`); -- cgit 1.5.1