From ff963a76ecb30506759fd27840b9d7bb46f8a86d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 6 Oct 2017 15:40:01 -0600 Subject: [PATCH] whitespace fix --- bin/digd.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/digd.js b/bin/digd.js index fd10846..c1ee20e 100755 --- a/bin/digd.js +++ b/bin/digd.js @@ -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'); }