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
Yup. I'm running into the same issue as @julienw. I'm running git add . after the callback fires. This doesn't work as expected because the files aren't copied even though the callback ran without errors.
I'm copying some binaries file to another folder, then executing a binary in the callback
but i'm getting as a result
Error: spawn EBUSY
The Script:
if i add a setTimeout where the binary is called, it works
The text was updated successfully, but these errors were encountered: