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
Windows won't allow the forked command to start while stdin is being
held open. This means that daemons won't work on Windows. This fix
bypasses this by not providing os.Stdin to the forked command.
Signed-off-by: Donnie Adams <[email protected]>
0 commit comments