忘记注释测试内容了(
This commit is contained in:
parent
8826627e5c
commit
677d7d4082
|
@ -26,8 +26,8 @@ function runPm2Logs(appName) {
|
|||
const command = process.platform === "win32" ? "pm2.cmd" : "pm2"
|
||||
const args = ["logs", "--lines", "400", appName]
|
||||
|
||||
console.log(`Command: ${command}`)
|
||||
console.log(`Args: ${args.join(" ")}`)
|
||||
// console.log(`Command: ${command}`)
|
||||
// console.log(`Args: ${args.join(" ")}`)
|
||||
|
||||
const pm2LogsProcess = childProcess.spawn(command, args, { stdio: "inherit", shell: true })
|
||||
|
||||
|
|
Loading…
Reference in New Issue