whitespace fix
This commit is contained in:
parent
4734b5ac57
commit
ff963a76ec
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue