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
I've been using ishell for a long time on OSX and Linux. I recently tried running an ishell program on Windows, but it just prints EOF and exits. I tried adding a EOF handler, but then the program panics after it returns from the EOF handler with the message that "all goroutines are asleep". I'm running Windows 10 Enterprise on an Intel I7 laptop. Any help appreciated.
The text was updated successfully, but these errors were encountered:
Sorry, I answered my own question. I was trying to run my program from a gitbash shell on Windows. When I switched to the normal cmd prompt then it worked.
I've been using ishell for a long time on OSX and Linux. I recently tried running an ishell program on Windows, but it just prints EOF and exits. I tried adding a EOF handler, but then the program panics after it returns from the EOF handler with the message that "all goroutines are asleep". I'm running Windows 10 Enterprise on an Intel I7 laptop. Any help appreciated.
The text was updated successfully, but these errors were encountered: