|
|
@ -20,6 +20,7 @@ const ssh = new node_ssh();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});*/
|
|
|
|
});*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//captures unhandled rejections for easier debugging
|
|
|
|
process.on('unhandledRejection', (reason) => {
|
|
|
|
process.on('unhandledRejection', (reason) => {
|
|
|
|
console.log('Reason: ' + reason);
|
|
|
|
console.log('Reason: ' + reason);
|
|
|
|
});
|
|
|
|
});
|
|
|
|