diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 11:09:48 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 12:09:48 +0100 |
commit | 9909e5a174cdbb79224b64ccbee8111ad1ee440e (patch) | |
tree | 79312cc6427cce6510076113de0b686a5351f7f7 /bundle/src/stats.ts | |
parent | Add Sentry, fix compile errors (diff) | |
download | server-9909e5a174cdbb79224b64ccbee8111ad1ee440e.tar.xz |
Replace nanocolors with picocolors
Diffstat (limited to 'bundle/src/stats.ts')
-rw-r--r-- | bundle/src/stats.ts | 2 |
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}`); |