mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-23 17:04:06 +00:00
Whitespace
This commit is contained in:
parent
a33705e348
commit
310b5f058a
@ -50,7 +50,7 @@ SqlTiddlerDatabase.prototype.close = function() {
|
|||||||
for(const sql in this.statements) {
|
for(const sql in this.statements) {
|
||||||
if(this.statements[sql].finalize) {
|
if(this.statements[sql].finalize) {
|
||||||
this.statements[sql].finalize();
|
this.statements[sql].finalize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.statements = Object.create(null);
|
this.statements = Object.create(null);
|
||||||
this.db.close();
|
this.db.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user