ShadowKnightMK4 / OdinSearch

Search thru local computer files and feed matching output to a class that consumes it.
MIT License
1 stars 0 forks source link

Before spawning the worker threads, attempt to create the regex input - especially if we're passing it as is (RawRegEx) #30

Open ShadowKnightMK4 opened 3 weeks ago

ShadowKnightMK4 commented 3 weeks ago

see title,

if the creation of a regex class with the input fails, don't spawn the threads, throw an exception to alert the user.