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.
sqlite3#verbose
1 parent c366ef9 commit 572f05eCopy full SHA for 572f05e
1 file changed
lib/sqlite3.js
@@ -203,5 +203,5 @@ sqlite3.verbose = function() {
203
isVerbose = true;
204
}
205
206
- return this;
+ return sqlite3;
207
};
0 commit comments