fix(IOB): stdin and script should work

This commit is contained in:
Matteo Flebus 2026-01-21 18:59:53 +01:00
parent a191f91bff
commit 03e5305b56

View file

@ -90,6 +90,7 @@ ssize_t stream_read(char **stream)
else if (nread < 0) else if (nread < 0)
state = IOB_STATE_ERROR; state = IOB_STATE_ERROR;
*stream = stream_buf;
return nread; return nread;
} }
// Use args // Use args