rabchev / web-terminal

Web-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.
MIT License
443 stars 138 forks source link

Args Issues #29

Open GizzyUwU opened 3 years ago

GizzyUwU commented 3 years ago

when i try cd out of directory i get /usr/local/lib/node_modules/web-terminal/lib/terminal.js:293 if (arg[0] === "~") { ^

TypeError: Cannot read property '0' of undefined at Socket. (/usr/local/lib/node_modules/web-terminal/lib/terminal.js:293:28) at Socket.emit (node:events:394:28) at Socket.emit (node:domain:470:12) at Socket.emitUntyped (/usr/local/lib/node_modules/web-terminal/node_modules/socket.io/dist/typed-events.js:69:22) at /usr/local/lib/node_modules/web-terminal/node_modules/socket.io/dist/socket.js:428:39 at processTicksAndRejections (node:internal/process/task_queues:78:11)