-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix to generate launch script for TS target and print informational message #2090
Conversation
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.
LGTM.
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.
This looks great and it works well, but I have some suggestions for improvement:
- don't just print the directory but print the full path of the executable
- adjust the "Generating launcher for federation" message to do the same
Could you elaborate on this? I'm not sure what you meant by "do the same." |
Sorry for not being clear. I just pushed a fix here because it was quicker than trying to clarify 😄 See b6eba5f |
This fixes #1986.
Also did a minor code cleanup.