mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05: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.
1 line
39 B
JavaScript
1 line
39 B
JavaScript
module.exports = require('./service');
|