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

pull/5869/head
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
1 changed files with 1 additions and 0 deletions

View File

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