We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dr-dimitru
Learn more about funding links in repositories.
Report abuse
1 parent a38d583 commit 55318a6Copy full SHA for 55318a6
index.js
@@ -62,7 +62,7 @@ class JoSk {
62
63
for (let i = adapterMethods.length - 1; i >= 0; i--) {
64
if (typeof this.adapter[adapterMethods[i]] !== 'function') {
65
- throw new Error(`{adapter} is missing {${adapterMethods[i]}} method that is required!`);
+ throw new Error(`{adapter} instance is missing {${adapterMethods[i]}} method that is required!`);
66
}
67
68
0 commit comments