mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 18:01:36 +03:00
91df910dbb
no-issue The refactor of Stripe boot logic missed catching any errors from the migrations running or the webhooks initialising. This adds try/catches to the services so that we can log the errors.
2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
module.exports = require('./service');
|