Skip to content

Commit

Permalink
Comment out mitaken close
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohito Nakayama committed Apr 18, 2016
1 parent c6bb96b commit 99bc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_sample_device_json.filed.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var connectCallback = function (err) {
client.sendEvent(message, printResultFor('send'));
}

client.close( () => { console.log('closed.') } );
//client.close( ( err ) => { if( ! err ) { console.log('closed.') } } );

}
).exec();
Expand Down

0 comments on commit 99bc440

Please sign in to comment.