Skip to content

Conversation

karol-bujacek
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #5451
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

@CLAassistant
Copy link

CLAassistant commented Sep 27, 2023

CLA assistant check
All committers have signed the CLA.

@Unitech
Copy link
Owner

Unitech commented Oct 6, 2023

Great! Thank you for this contribution

@Unitech Unitech changed the base branch from master to development October 6, 2023 04:26
@Unitech Unitech merged commit 0530799 into Unitech:development Oct 6, 2023
if (!Common.isConfigFile(file)) {
env = args[0];
var defaultConfigNames = ['ecosystem.config.js', 'ecosystem.json', 'ecosystem.json5', 'package.json'];
var defaultConfigNames = [ ...Common.knonwConfigFileExtensions('ecosystem'), 'ecosystem.json5', 'package.json'];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was getConfigFileCandidates

Unitech added a commit that referenced this pull request Oct 6, 2023
@Unitech
Copy link
Owner

Unitech commented Jan 20, 2024

fixed via pm2@5.3.1
Update:

$ npm install pm2@5.3.1
$ pm2 update

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.

3 participants