We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd84e46 commit 600c479Copy full SHA for 600c479
src/index.ts
@@ -3,5 +3,5 @@ import process from "node:process"
3
import { startBot } from "@/telegram/bot"
4
import { log } from "@/telegram/helpers/debug"
5
6
-log(`process started, avm: ${process.availableMemory()}, cpu: ${process.cpuUsage()}`)
+log(`process started, avm: ${process.availableMemory()}, cpu: ${process.cpuUsage().system}`)
7
void startBot()
0 commit comments