pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Fix subsequent Node update checks #35

Closed pento closed 6 years ago

pento commented 6 years ago

NODE_REGEX shouldn't be using the 'g' flag, which causes subsequent regex runs to start after the position of the last find, rather than at the start.