updated readme

This commit is contained in:
hydrabolt
2015-08-15 22:37:50 +01:00
parent 2c58e91dc6
commit 91ad2882b6
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ hydrabot.on( "ready", function() {
hydrabot.on( "disconnected", function( obj ) {
// Say we couldn't connect and then exit
console.log( "Disconnected - " + obj.reason );
console.log(obj.error);
process.exit( 0 );
} );