Skip to content

Commit 0b7bdba

Browse files
authored
chore: duplicate log id (#4823)
1 parent ee8543b commit 0b7bdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hadron-plugin-manager/lib/plugin-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class PluginManager {
6767
} catch (e) {
6868
if (e?.code === 'ENOENT') {
6969
log.info(
70-
mongoLogId(1_001_000_237),
70+
mongoLogId(1_001_000_242),
7171
'Hadron Plugin Manager',
7272
'Plugin folder does not exist, no plugins loaded.',
7373
{ path: userPluginPath }

0 commit comments

Comments
 (0)