I wanted to use this project as an in browser ssh tool. I ran the setup shell script and then npm run build. Everything seems to be working except for the xterm console. It can't resolve the returned promise in waitForPrompt in vm.js on cold boot startup. For some reason it's not calling the callback function passed using add_listener
I wanted to use this project as an in browser ssh tool. I ran the setup shell script and then
npm run build
. Everything seems to be working except for the xterm console. It can't resolve the returned promise inwaitForPrompt
invm.js
on cold boot startup. For some reason it's not calling the callback function passed using add_listener