Skip to content

Call exports.start() for Phusion Passenger#5866

Merged
SamTV12345 merged 1 commit intoether:developfrom
avkarenow:develop
Aug 8, 2023
Merged

Call exports.start() for Phusion Passenger#5866
SamTV12345 merged 1 commit intoether:developfrom
avkarenow:develop

Conversation

@avkarenow
Copy link
Copy Markdown
Contributor

Now exports.start() is called only for cli: if (require.main === module) exports.start();
To run etherpad-lite also with Passenger it is needed to call exports.start(); too.

fixes #5683

@SamTV12345
Copy link
Copy Markdown
Member

Thanks. I'll let the tests run. As far as I can see this shouldn't change anything in our flow - it just adds something if the application server comes into play.

@SamTV12345
Copy link
Copy Markdown
Member

Nice that worked. Thanks for the contribution. It will be included in the next release.

@SamTV12345 SamTV12345 merged commit 8920163 into ether:develop Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Etherpad-lite 1.8.18 doesn't run with Passenger

2 participants