Skip to content

Commit

Permalink
configurable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Mar 8, 2015
1 parent 627139e commit 9988bc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ define(function (require, exports, module) {
// }

var options = {
debug: true

debug: prefs.get ('debug'),
verbose: prefs.get ('verbose')
};

this.domain.exec("getHardware", locations, [], options)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
},

"scripts": {
"prepare-binaries": ""
"archive-old": "git archive --format zip -o release/${npm_package_name}-${npm_package_version}.zip master",
"archive": "git-archive-all --prefix='' release/${npm_package_name}-${npm_package_version}.zip",
"prepare-binaries": "",
"xxx": "set"
}
}

0 comments on commit 9988bc2

Please sign in to comment.