-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-cli: allow to set the interpreter (#3100)
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74dddea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it only necessary to add the string associated with the option? I thought there would be a more complicated process. (#3100)
74dddea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case no because its already implemented inside the pm2 code and
pm2-dev
is automatically giving the key/value to PM2 code :)74dddea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vmarchaud The structure is very amazing. If I analyzed the code a little more carefully, I think I might have committed. I really appreciate your explanation. It would be nice if sometime my code could be included in pm2. I should try harder.
74dddea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uyu423 Just pick a issue with
Open for PR
tag and try to fix it, if you want i can explain a bit to guide you