This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-22 02:11:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c2977bcbc4
Ghost
/
core
/
server
/
services
/
stripe
/
index.js
2 lines
39 B
JavaScript
Raw
Normal View
History
Unescape
Escape
🐛 Fixed crashing on boot with revoked Stripe keys 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.
2022-01-24 17:38:16 +03:00
module
.
exports
=
require
(
'./service'
)
;
Reference in New Issue
Copy Permalink