mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
fix: display plugins loaded by default
This commit is contained in:
parent
39859c174a
commit
19f55589b3
@ -85,7 +85,7 @@ function loadPlugin(config, plugin_configs, params, sanity_check) {
|
||||
logger.logger.error({content: p}, '@{content} doesn\'t look like a valid plugin');
|
||||
throw Error('"' + p + '" doesn\'t look like a valid plugin');
|
||||
}
|
||||
logger.logger.info({content: p}, 'Plugin successfully loaded: @{content}');
|
||||
logger.logger.warn({content: p}, 'Plugin successfully loaded: @{content}');
|
||||
return plugin;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user