ymichael / puton

Puton is no longer maintained. Check out the PouchDB inspector for Chrome and PouchDB inspector for Firefox
29 stars 2 forks source link

Handle error when opening old database #24

Open daleharvey opened 11 years ago

daleharvey commented 11 years ago

I have previously created database with puton that cant be opened, while we will be fixing that in pouchdb itself, it would be handy if puton told me it couldnt open the database

ymichael commented 11 years ago

Puton.views.Log is meant to handle this..

Removing log now that we are reverting to a fixed width format (for consistency).

Thinking of using a global event bus to display messages.