ssh tunnel logging #315

This commit is contained in:
Jan Prochazka
2022-07-14 05:38:59 +02:00
parent 9b741b415a
commit e0376a708c
2 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ async function handleStart({ connection, tunnelConfig }) {
tunnelConfig,
});
} catch (err) {
console.log('Error creating SSH tunnel connection:', err.message);
process.send({
msgtype: 'error',
connection,