node-red-chart
node-red-chart copied to clipboard
Fix specific version within extra node module
Thank you for making node-red ⚙ better
This is a small fix up on issue --> #318 So I do not open an new issue.
Split and rsplit will not work properly in some conditions, even the array index -1 will be empty in some common situations. There for i have changed the behaviour of splitting the module name and version for the following common cases and avoid multi /,@ matches:
NODE-RED-NODE-MYSQL [email protected] NODE-RED-NODE-MYSQL/ @FLOWFUSE/NODE-RED-DASHBOARD @FLOWFUSE/NODE-RED-DASHBOARD/ @FLOWFUSE/[email protected]
Regards
Also verify you have:
- [X] Read the contributions page.
- [X] Read the DCO, if you are a first time contributor.
- [X] Read the [code of conduct](Code of Conduct).