Skip to content

Commit

Permalink
v5.7.1 Maybe fix -p less firehose
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy van de Water committed Nov 29, 2016
1 parent 0341a29 commit 3417429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command-firehose.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class FirehoseCommand extends Util

onMessage: (message) =>
console.log colors.yellow '========================='
return console.log JSON.stringify(message, null, 2) if _.isEmpty @messagePaths
return console.log JSON.stringify(message, null, 2) if _.isEmpty _.compact @messagePaths
_.each @messagePaths, (messagePath) =>
console.log JSON.stringify(_.get(message, messagePath), null, 2)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshblu-util",
"version": "5.7.0",
"version": "5.7.1",
"description": "Utils for managing Meshblu devices",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 3417429

Please sign in to comment.