Fix lint issues in interface.js
This commit is contained in:
parent
dc8fa4cb96
commit
0da0e60194
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue