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
/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/protocol/Protocol.js:1672
let signal = name.toUpperCase();
^
TypeError: Cannot read property 'toUpperCase' of null
at Protocol.exitSignal (/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/protocol/Protocol.js:1672:23)
at Channel.exit (/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/Channel.js:257:32)
at ChildProcess. (/Users/test/ssh-fun/rex/server/server.js:87:20)
at ChildProcess.emit (node:events:394:28)
at maybeClose (node:internal/child_process:1067:16)
at Socket. (node:internal/child_process:453:11)
at Socket.emit (node:events:394:28)
at Pipe. (node:net:672:12)
The text was updated successfully, but these errors were encountered:
/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/protocol/Protocol.js:1672
let signal = name.toUpperCase();
^
TypeError: Cannot read property 'toUpperCase' of null
at Protocol.exitSignal (/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/protocol/Protocol.js:1672:23)
at Channel.exit (/Users/test/ssh-fun/rex/server/node_modules/ssh2/lib/Channel.js:257:32)
at ChildProcess. (/Users/test/ssh-fun/rex/server/server.js:87:20)
at ChildProcess.emit (node:events:394:28)
at maybeClose (node:internal/child_process:1067:16)
at Socket. (node:internal/child_process:453:11)
at Socket.emit (node:events:394:28)
at Pipe. (node:net:672:12)
The text was updated successfully, but these errors were encountered: