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.
2 parents b2010f9 + 8339b10 commit 60eb6adCopy full SHA for 60eb6ad
documentation/Promise-Wrapper.md
@@ -19,7 +19,7 @@ In addition to errback interface there is thin wrapper to expose Promise-based a
19
conn.release();
20
return res;
21
}).then( (result) => {
22
- console.log(res[0][0].foo);
+ console.log(result[0][0].foo);
23
}).catch( (err) => {
24
console.log(err); // any of connection time or query time errors from above
25
});
0 commit comments