Skip to content

Commit 6f15dff

Browse files
authored
Change warning message from W4047 to S4047
1 parent f0cc8d0 commit 6f15dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/M4000_Repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async function checkRepository(context) {
167167
}
168168
} else if (!context.cfg.isNewAdapter) {
169169
context.warnings.push(
170-
`[W4047] Adapter "${context.adapterName}" is not yet available in the stable repository.`,
170+
`[S4047] Adapter "${context.adapterName}" is not yet available in the stable repository. Please consider adding it.`,
171171
);
172172
}
173173
}

0 commit comments

Comments
 (0)