Update .gitignore, tiny comment update

master
William Toohey 10 years ago
parent ccd52f5a87
commit 53f4cf7edf
  1. 2
      .gitignore
  2. 2
      src/js/HuesCore.js

2
.gitignore vendored

@ -5,3 +5,5 @@ release/
css/hues-min.css
js/hues-min.js
node_modules/
*.map
*-min.js

@ -174,7 +174,7 @@ function HuesCore(defaults) {
this.setSong(0);
}
}
}).catch(error => {
}).catch(error => { // Comment this out to get proper stack traces
this.error(error);
});

Loading…
Cancel
Save