diff options
author | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:01:08 +0300 |
---|---|---|
committer | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:01:08 +0300 |
commit | 18abf9ef40404a5693cf62d3f8b026f491765264 (patch) | |
tree | ffba9b64dd2d9f62940e3c994e8f97f841746ebe /bundle/src/stats.ts | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-server (diff) | |
download | server-18abf9ef40404a5693cf62d3f8b026f491765264.tar.xz |
Rainbow the logs
Diffstat (limited to 'bundle/src/stats.ts')
-rw-r--r-- | bundle/src/stats.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts index e6941db2..5dc69efe 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts @@ -1,5 +1,6 @@ import os from "os"; import osu from "node-os-utils"; +import {} from "chalk"; export function initStats() { console.log(`[Path] running in ${__dirname}`); |