mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 08:37:49 +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: ->
|
||||
for path, val of @_databases
|
||||
@_closeDatabaseConnection(path)
|
||||
@closeDatabaseConnection(path)
|
||||
|
||||
deleteAllDatabases: ->
|
||||
Object.keys(@_databases).forEach (path) =>
|
||||
|
|
Loading…
Reference in a new issue