You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use "nw app" to open a folder,debug it,and use child_process.fork("./child") to open
a child_process,this child_process can open other index.html in child folder,this folder has a package.json file。
but when I package the app to app.exe,this app.exe can not use child_process.fork,nothing error to show?
How can I do?
The text was updated successfully, but these errors were encountered:
floydcash
changed the title
debug child_process.fork is ok to open new window,but package app did not use child_process.fork?
debug child_process.fork is ok to open new window,but package app did not use child_process.fork?
Apr 25, 2014
I use "nw app" to open a folder,debug it,and use child_process.fork("./child") to open
a child_process,this child_process can open other index.html in child folder,this folder has a package.json file。
but when I package the app to app.exe,this app.exe can not use child_process.fork,nothing error to show?
How can I do?
The text was updated successfully, but these errors were encountered: