Commit 2c6d40c
committed
fix Windows replacement for process kill during deployment
The old Windows rule matched 'Exit code: [KILLED]' which was never present
because 'Exit code: 1' (Windows exit code for kill) was never normalized to
'[KILLED]' -- the [KILLED] normalization only fires via exit code 137 (Linux)
or after [PROCESS_KILLED] is already inserted.
Match 'Exit code: 1' directly (the raw Windows exit code), then insert
[PROCESS_KILLED] and normalize in one step.
Co-authored-by: Isaac1 parent f628251 commit 2c6d40c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments