+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -281,7 +281,7 @@ static void wait_eof_timer_cb(uv_timer_t *wait_eof_timer)
281
281
PtyProcess *ptyproc = wait_eof_timer->data;
282
282
Process *proc = (Process *)ptyproc;
283
283
284
-
if (proc->out.closed || !uv_is_readable(proc->out.uvstream)) {
284
+
if (proc->out.closed || proc->out.did_eof || !uv_is_readable(proc->out.uvstream)) {
285
285
uv_timer_stop(&ptyproc->wait_eof_timer);
286
286
pty_process_finish2(ptyproc);
287
287
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4