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
You mean for example you'd like to run bash from within TermKit? That doesn't make a lot of sense since the bash interpreter will start on the Node.js server, outside the control of the TermKit client.
That's also the reason the client hangs; the Node.js server is waiting for the interpreter to finish, which it never does as it's waiting for client input (on the Node.js window no less).
I would like to be able to do things
like launch ghci and other interpretors which run in terminal, they seem to hang when i try to launch them.
also, how is it correctly getting the path information unless it can basically parse the .profile or .rc files?
thanks
-carter
The text was updated successfully, but these errors were encountered: