We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd8fa6 commit 88dd244Copy full SHA for 88dd244
src/exec/use_pty/monitor.rs
@@ -152,6 +152,7 @@ pub(super) fn exec_monitor(
152
// Disable nonblocking assetions as we will not poll the backchannel anymore.
153
closure.backchannel.set_nonblocking_assertions(false);
154
155
+ std::thread::sleep(std::time::Duration::from_millis(10));
156
match reason {
157
StopReason::Break(err) => match err.try_into() {
158
Ok(msg) => {
0 commit comments