emu86: unbounded e
command doesn't work when no stdin is available
#7
Labels
bug
Something isn't working
e
command doesn't work when no stdin is available
#7
I'm trying to set up regression tests to run on the Git pre-commit hook. The problem is that the hook is not an interactive shell, so stdin is disabled/points to nothing. This messes up with the
e
command, though thee N
command seems to work just fine. The symptoms ofe
are that nothing is printed to the debug terminal and the program hangs indefinitely.The text was updated successfully, but these errors were encountered: