Regexes not embraced in /.../ fail silently #43741
Closed
blackdra-gon
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
|
What version are you using? I believe @RahulGautamSingh you've been working on areas we can pre-warn folks (through config validation) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
I noticed that the regexes in "managerFilePattern" need to be enclosed with a starting and ending /. As its not always the case, that regexes need this, I spent way to long to figure out, why my regexes do not work. Would it be a good idea to a warning in the debug log if a regex without /.../ is used?
Beta Was this translation helpful? Give feedback.
All reactions