mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +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');
|