We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cc8d0 commit 6f15dffCopy full SHA for 6f15dff
1 file changed
lib/M4000_Repository.js
@@ -167,7 +167,7 @@ async function checkRepository(context) {
167
}
168
} else if (!context.cfg.isNewAdapter) {
169
context.warnings.push(
170
- `[W4047] Adapter "${context.adapterName}" is not yet available in the stable repository.`,
+ `[S4047] Adapter "${context.adapterName}" is not yet available in the stable repository. Please consider adding it.`,
171
);
172
173
0 commit comments