fix(IOB): stdin and script should work
This commit is contained in:
parent
a191f91bff
commit
03e5305b56
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ ssize_t stream_read(char **stream)
|
|||
else if (nread < 0)
|
||||
state = IOB_STATE_ERROR;
|
||||
|
||||
*stream = stream_buf;
|
||||
return nread;
|
||||
}
|
||||
// Use args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue