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
Hey,
How to catch error inside client? const err = new Error('Timed out while waiting for handshake');
Error: Timed out while waiting for handshake at Timeout._onTimeout (server/node_modules/ssh2/lib/client.js:1014:23) at listOnTimeout (node:internal/timers:564:17) at process.processTimers (node:internal/timers:507:7) { level: 'client-timeout' }
The text was updated successfully, but these errors were encountered:
Hey,
How to catch error inside client?
const err = new Error('Timed out while waiting for handshake');
Error: Timed out while waiting for handshake at Timeout._onTimeout (server/node_modules/ssh2/lib/client.js:1014:23) at listOnTimeout (node:internal/timers:564:17) at process.processTimers (node:internal/timers:507:7) { level: 'client-timeout' }
The text was updated successfully, but these errors were encountered: