You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a look and I think I can figure out a fix. I am also going to try and fix the other CLI JS problems #204 and #205 at the same time.
First I want to add a test. Moving the single file to use the new NodeJS testing framework. Also want to test the repl interaction. I don't know if @Brayan-724 you know about nodejs spawning a process, sending stdin, reading stdout. I am trying this but it hangs? 925cec9 (#209)
Using ezno from npm with deno.
It appears to don't save new lines properly, exploring a few I found that repl source code append happens here and I think it could be fixed easy
The text was updated successfully, but these errors were encountered: