summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 11:09:48 +0000
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 12:09:48 +0100
commite042db33b6ee7aba69275d6f5e7cb901bcc0758d (patch)
treebc2dcfac2c0686488acef074a5436bf59322e69d /bundle/src/stats.ts
parentAdd Sentry, fix compile errors (diff)
downloadserver-e042db33b6ee7aba69275d6f5e7cb901bcc0758d.tar.xz
Replace nanocolors with picocolors
Diffstat (limited to '')
-rw-r--r--bundle/src/stats.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts

index 8d87f9d9..3c5163c3 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts
@@ -1,6 +1,6 @@ import os from "os"; import osu from "node-os-utils"; -import { red } from "nanocolors"; +import { red } from "picocolors"; export function initStats() { console.log(`[Path] running in ${__dirname}`);