Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 7aeebd6

Browse files
alecxesjelin
authored andcommitted
feat(plugins): reporting loaded plugins
1 parent e787309 commit 7aeebd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/plugins.js

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ var Plugins = function(config) {
4444
throw new Error('Plugin configuration did not contain a valid path or ' +
4545
'inline definition.');
4646
}
47+
48+
log.debug('Plugin "' + path + '" loaded.');
4749
});
4850
};
4951

0 commit comments

Comments
 (0)