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
Originally posted by lazna September 30, 2024
regarding my investigation about #81 just noticed, that PS produce exitcode (%errorlevel%) 4 in every case. is this an intend? Common behaviour of console programs is, that it produce exitcode 0 in case no problem durring runtime. And higher (documentated) number in case of problem.
The text was updated successfully, but these errors were encountered:
Does not happen on every workflow, but most workflows are returning a 4 when it should be zero for success. Bug confirmed on Windows and macOS.
Discussed in #381
Originally posted by lazna September 30, 2024
regarding my investigation about #81 just noticed, that PS produce exitcode (%errorlevel%) 4 in every case. is this an intend? Common behaviour of console programs is, that it produce exitcode 0 in case no problem durring runtime. And higher (documentated) number in case of problem.
The text was updated successfully, but these errors were encountered: