Skip to content

Commit

Permalink
feat: show version in log output (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 15, 2020
1 parent 4cab516 commit 7c9d556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var utils = reqlib('/lib/utils.js')
var gw; //the gateway instance
let io;

debug('Zwave2Mqtt version: ' + require('./package-lock.json').version)
debug('Application path:' + utils.getPath(true))

// view engine setup
Expand Down

0 comments on commit 7c9d556

Please sign in to comment.