1 Feb
2023
1 Feb
'23
9:53 p.m.
It isn't officially documented but `taskmgr` and `taskkill` on Windows both use exit code 1 when terminating processes, and Chromium treats those exit codes differently (see [kill.h](https://source.chromium.org/chromium/chromium/src/+/main:base/process/kill.h...)). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2090