Skip to content

Commit 0e3e984

Browse files
committed
removed CLI message in JSON mode
1 parent 855d0d5 commit 0e3e984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ raidar.on('device', function (nas) {
210210
* execute request
211211
*/
212212

213-
console.log('waiting for response..')
213+
if (!program.json) console.log('waiting for response..')
214214

215215
raidar.request({
216216
address: program.address,

0 commit comments

Comments
 (0)