bug-fix
This commit is contained in:
5
mixio.js
5
mixio.js
@@ -2995,8 +2995,9 @@ init(function(res) {
|
|||||||
// 输出到当前目录下的pid.info文件
|
// 输出到当前目录下的pid.info文件
|
||||||
fs.writeFileSync("pid.info", "" + process.pid)
|
fs.writeFileSync("pid.info", "" + process.pid)
|
||||||
if (res) {
|
if (res) {
|
||||||
daemon_start()
|
daemon_start().then(()=>{
|
||||||
startOnce()
|
startOnce()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
} else if (args[0] == "start") {
|
} else if (args[0] == "start") {
|
||||||
startMixIO()
|
startMixIO()
|
||||||
|
|||||||
Reference in New Issue
Block a user