31 Aug
2023
31 Aug
'23
8:27 a.m.
another comment: * it looks a bit ackward to add the global variable lastCmdSucceeded... as it's just errorlevel == 0 * couldn't this be doable by just testing the value of errorlevel from previous command in chaining? * maybe it'll require first to ensure that all commands properly set errorlevel -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3671#note_43933