Skip to content

Commit

Permalink
debug option on
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Feb 12, 2015
1 parent 5ffff3c commit 97775e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.js
Expand Up @@ -431,7 +431,10 @@ define(function (require, exports, module) {
// locations.push (prefs.get ('energia-ide'));
// }

var options = {};
var options = {
debug: true

};

this.domain.exec("getBoardsMeta", locations, [], options)
.done(function (cuwireData) {
Expand Down

0 comments on commit 97775e6

Please sign in to comment.