summary refs log tree commit diff
path: root/src/start.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/start.ts')
-rw-r--r--src/start.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start.ts b/src/start.ts

index 9d01ce9c..94cf864e 100644 --- a/src/start.ts +++ b/src/start.ts
@@ -8,7 +8,7 @@ import "reflect-metadata"; import { initStats } from "./stats"; config(); import { execSync } from "child_process"; -import { Logo } from "util/util/Logo"; +import { Logo } from "./util"; // TODO: add socket event transmission let cores = 1;