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;
|
return;
|
||||||
}
|
}
|
||||||
defer self.deinit();
|
defer self.deinit();
|
||||||
if (try m_.match(.{ "exit", "timeout_error", 125, any }))
|
if (try m_.match(.{ "exit", "timeout_error", any, any }))
|
||||||
return exit_normal();
|
return exit_normal();
|
||||||
try self.target.send_raw(m_);
|
try self.target.send_raw(m_);
|
||||||
return exit_normal();
|
return exit_normal();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue