Skip to content

Commit

Permalink
Add plugin loaded logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 20, 2023
1 parent 494ae31 commit 3acceed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/storage/libraryPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ module.exports = function (RED) {

RED.plugins.registerPlugin(PLUGIN_TYPE_ID, {
type: 'node-red-library-source',
class: FFTeamLibraryPlugin
class: FFTeamLibraryPlugin,
onadd: () => {
RED.log.info('FlowForge Team Library Plugin loaded')
}
})
}

0 comments on commit 3acceed

Please sign in to comment.