Julien T
Julien T
I deleted the .yaml file I move the logic in `function setOptsEnv()` wich is the function that add the PKG_EXECPATH var. We just bypass it when we detect that a...
The fix a submited break the fork logic. I leave a comment on the original issue to explain what is happening and how we can fix this issue.
PKG modify the node native child_process lib. (prelude\bootstrap.js line **1990**). It add a var env `PKG_EXECPATH` wich is used in (prelude\bootstrap.js line **77**). ```js if (process.env.PKG_EXECPATH === EXECPATH) { process.argv.splice(1,...
What do you mean by PR ? I don't have any code fixing this issue to push
Of course we will work on this issue and submit a PR when we find a fix. But it would be nice to have some help on this, it seems...
## Current logic ``` FORK : [process.exe, PKG_DUMMY_ENTRYPOINT, child.js, arg1, arg2, ...], process.env.PKG_EXECPATH === EXECPATH => delete PKG_DUMMY_ENTRYPOINT CLUSTER : [process.exe, PKG_DUMMY_ENTRYPOINT, process.js, arg1, arg2, ...], process.env.PKG_EXECPATH === EXECPATH =>...
Too painfull to detect the right case and apply the fix just for that case. I think i will stop working on this issue. I can live with the work...
Hi, Any update on this issue ? Can i contribute ?
It's working using WindowsBalloon on my installation (WSL ubuntu on W11) Maybe switch WindowsToaster to WindowsBalloon for WSL installtion or use WindowsBalloon as a fallback ? ```javascript import isWsl from...