Fix lint issues in interface.js

This commit is contained in:
David Humphrey 2018-07-27 11:17:45 -04:00
parent dc8fa4cb96
commit 0da0e60194
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function maybeCallback(callback) {
// Default callback that logs an error if passed in
function defaultCallback(err) {
if(err) {
/* eslint no-console: 0 */
console.error('Filer error: ', err);
}
}