We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8543b commit 0b7bdbaCopy full SHA for 0b7bdba
packages/hadron-plugin-manager/lib/plugin-manager.js
@@ -67,7 +67,7 @@ class PluginManager {
67
} catch (e) {
68
if (e?.code === 'ENOENT') {
69
log.info(
70
- mongoLogId(1_001_000_237),
+ mongoLogId(1_001_000_242),
71
'Hadron Plugin Manager',
72
'Plugin folder does not exist, no plugins loaded.',
73
{ path: userPluginPath }
0 commit comments