Call exports.start() for Phusion Passenger

This commit is contained in:
avkarenow 2023-08-07 21:31:21 +02:00 committed by GitHub
parent a8210e9647
commit d80e8c3c64
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();