minor bug fixes
This commit is contained in:
@@ -146,7 +146,6 @@ ros.on('connection', function() {
|
||||
});
|
||||
|
||||
ros.on('close', function() {
|
||||
try { throw Error('') } catch(err) { console.log(err) }
|
||||
console.log('Connection closed.');
|
||||
ros.connected = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user