Commit e889b1fc authored by 阮传宙's avatar 阮传宙

fix: 兼容window启动

parent 0fbd4f83
...@@ -39,7 +39,7 @@ class ProcessActivity { ...@@ -39,7 +39,7 @@ class ProcessActivity {
forkParam = [shellPath, args] forkParam = [shellPath, args]
} }
let child = child = utilityProcess.fork(...forkParam) let child = utilityProcess.fork(...forkParam)
child.on('message', (data) => { child.on('message', (data) => {
const childParam = { data, child } const childParam = { data, child }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment