moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link

Fix RegexCache utilization #36

Closed ccampanale closed 5 years ago

ccampanale commented 5 years ago

Addresses the same issue seen in same utility function originally brought up in moleculerjs/moleculer#560. Additionally, removed g, global option in RegExp constructor as this was done in the commit which resolved the above issue.