Skip to content

Commit 600c479

Browse files
committed
[object Object]
1 parent bd84e46 commit 600c479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import process from "node:process"
33
import { startBot } from "@/telegram/bot"
44
import { log } from "@/telegram/helpers/debug"
55

6-
log(`process started, avm: ${process.availableMemory()}, cpu: ${process.cpuUsage()}`)
6+
log(`process started, avm: ${process.availableMemory()}, cpu: ${process.cpuUsage().system}`)
77
void startBot()

0 commit comments

Comments
 (0)