We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802600b commit 54a3ca0Copy full SHA for 54a3ca0
1 file changed
assets/javascripts/app/db.coffee
@@ -65,7 +65,7 @@ class app.DB
65
db.createObjectStore('docs')
66
67
for doc in app.docs.all() when not $.arrayDelete(objectStoreNames, doc.slug)
68
- db.createObjectStore(doc.slug)
+ try db.createObjectStore(doc.slug)
69
70
for name in objectStoreNames
71
try db.deleteObjectStore(name)
0 commit comments