Skip to content

Commit 561d1c1

Browse files
committed
Output load errors when attempting to load a notification plugin
1 parent 05a113f commit 561d1c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ( config.hasOwnProperty('notification') && config.notification.hasOwnProperty
2424
}
2525
} catch (e) {
2626
debug(`Unable to load plugin err: %O`, e);
27-
console.log('Unable to load plugin: '+key);
27+
console.log('Unable to load plugin: '+key, e);
2828
}
2929
});
3030
}

0 commit comments

Comments
 (0)