Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: refactor bootstrap_node.js regular expression
* use `+` instead of `*` where one-or-more is required * switch from String.prototype.match() to RegExp.prototype.test() PR-URL: #10749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Jackson Tian <[email protected]>
- Loading branch information