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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
I ran into an issue while trying to automate roxy using nodejs. Basically, on windows, the batch file does not return the correct exit code to the program. I fixed by adding the following last line to ml.bat
exit /b %errorlevel%
Would it be possible to add this permanently?
The text was updated successfully, but these errors were encountered:
Good suggestion! Offhand, did you notice if the *.sh file returns the correct exit code? There was at least one old issue to get this right and I'd like to make sure it works in both the *.bat and *.sh. PRs welcome :)
Hi,
I ran into an issue while trying to automate roxy using nodejs. Basically, on windows, the batch file does not return the correct exit code to the program. I fixed by adding the following last line to ml.bat
exit /b %errorlevel%
Would it be possible to add this permanently?
The text was updated successfully, but these errors were encountered: