fix(windows): windows returns a different timeout_error on cancel
This commit is contained in:
parent
f716b924e2
commit
3db5b9ad96
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ const DelayedSender = struct {
|
|||
return;
|
||||
}
|
||||
defer self.deinit();
|
||||
if (try m_.match(.{ "exit", "timeout_error", 125, any }))
|
||||
if (try m_.match(.{ "exit", "timeout_error", any, any }))
|
||||
return exit_normal();
|
||||
try self.target.send_raw(m_);
|
||||
return exit_normal();
|
||||
|
|
Loading…
Add table
Reference in a new issue