Skip to content

fix(readln): Make sure to reset the O_FLAGS when reading lines

AdminXVII requested to merge AdminXVII/ion:fix-exit-non-block into master

When some binaries set the TTY to non-blocking mode, the shell would panic because of a nonblock error. Fix this by reseting the O_FLAGS while reading lines

Merge request reports