whitespace fix

This commit is contained in:
AJ ONeal 2017-10-06 15:40:01 -06:00
parent 4734b5ac57
commit ff963a76ec
1 changed files with 3 additions and 1 deletions

View File

@ -91,6 +91,8 @@ cli.main(function (args, cli) {
};
handlers.onMessage = function (nb, rinfo) {
console.log('[DEBUG] got a message');
var queryAb = nb.buffer.slice(nb.byteOffset, nb.byteOffset + nb.byteLength);
var query;
var count;
@ -384,7 +386,7 @@ cli.main(function (args, cli) {
console.log('');
if (!cli.nocmd) {
console.log('; <<>> digd.js v' + pkg.version + ' <<>> ' + process.argv.slice(2));
console.log('; <<>> digd.js v' + pkg.version + ' <<>> ' + process.argv.slice(2).join(' '));
console.log(';; global options: +cmd');
}