Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #352 from HospitalRun/loadDB-error-propagation
Browse files Browse the repository at this point in the history
Propagate the error out when loading DB fails
  • Loading branch information
jkleinsc committed Mar 14, 2016
2 parents a9fdb19 + ca3d5f7 commit 41def0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default Ember.Service.extend(PouchAdapterUtils, {
}).on('error', (err) => {
reject(err);
});
});
}, reject);
});
},

Expand Down

0 comments on commit 41def0c

Please sign in to comment.