mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
👕 Use single quotes in JS string
Signed-off-by: Katrina Uychaco <kuychaco@github.com>
This commit is contained in:
committed by
Katrina Uychaco
parent
0f02663f6b
commit
fa70560eba
@@ -13,7 +13,7 @@ class StateStore {
|
||||
resolve(dbOpenRequest.result)
|
||||
}
|
||||
dbOpenRequest.onerror = (error) => {
|
||||
console.error("Could not connect to indexedDB", error)
|
||||
console.error('Could not connect to indexedDB', error)
|
||||
resolve(null)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user