mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 01:35:52 +08:00
fix(windows): Bad merge
This commit is contained in:
parent
2499e7b57b
commit
926c623fba
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class DatabaseManager
|
||||||
|
|
||||||
closeDatabaseConnections: ->
|
closeDatabaseConnections: ->
|
||||||
for path, val of @_databases
|
for path, val of @_databases
|
||||||
@_closeDatabaseConnection(path)
|
@closeDatabaseConnection(path)
|
||||||
|
|
||||||
deleteAllDatabases: ->
|
deleteAllDatabases: ->
|
||||||
Object.keys(@_databases).forEach (path) =>
|
Object.keys(@_databases).forEach (path) =>
|
||||||
|
|
Loading…
Reference in a new issue