mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-13 09:52:49 +08:00
feat: set process.title to uptime-kuma (#7096)
This commit is contained in:
committed by
GitHub
parent
e63b2034de
commit
b00f721529
@@ -49,6 +49,8 @@ const args = require("args-parser")(process.argv);
|
||||
const { sleep, log, getRandomInt, genSecret, isDev } = require("../src/util");
|
||||
const config = require("./config");
|
||||
|
||||
process.title = "uptime-kuma";
|
||||
|
||||
log.debug("server", "Arguments");
|
||||
log.debug("server", args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user