(ms)
| 220 | } |
| 221 | |
| 222 | function sleep(ms) { |
| 223 | return new Promise((resolve) => setTimeout(resolve, ms)); |
| 224 | } |
| 225 | |
| 226 | // kill(2) errors we tolerate so one stubborn pid never aborts tearing down the |
| 227 | // rest of the tree (and never blocks the subsequent dir removal): ESRCH (already |