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
The run() function does not work correctly on Windows.
The root cause is semi-colon is not approrpriate as delimiter to combine with exit 0 command (for retrieving error output without triggering exception).
This fix uses ; for Linux and macOS and & as the delimiter in Windows environment. More details in tebelorg#46.
0 commit comments