Skip to content

Commit

Permalink
Fixed importing sqlite3#verbose using destructuring syntax (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-farnia authored Sep 8, 2022
1 parent c366ef9 commit 572f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlite3.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ sqlite3.verbose = function() {
isVerbose = true;
}

return this;
return sqlite3;
};

0 comments on commit 572f05e

Please # to comment.