-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: do not register a ts-node when an instance is already registered #764
fix: do not register a ts-node when an instance is already registered #764
Conversation
The tests seem to fail 🙂 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
tests seem to pass after update to latest master
@derberg Thanks! |
/rtm |
Hello, @magicmatatjahu! 👋🏼 |
/rtm |
Hello, @magicmatatjahu! 👋🏼 |
🎉 This PR is included in version 1.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
As in title: if the ts-node has already been registered before, do not register it again.
Related issue(s)
Fixes #759