Call exports.start() for Phusion Passenger (#5866)

This commit is contained in:
avkarenow 2023-08-08 14:03:50 +02:00 committed by GitHub
parent a8210e9647
commit 89201632ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,3 +276,4 @@ exports.exit = async (err = null) => {
};
if (require.main === module) exports.start();
if (typeof(PhusionPassenger) !== 'undefined') exports.start();