We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f4b23b + e2ad472 commit bb0265fCopy full SHA for bb0265f
README.md
@@ -180,9 +180,9 @@ var statefulProcessCommandProxy = new StatefulProcessCommandProxy(
180
181
processInvalidateOnRegex :
182
{
183
- 'any':['.*error.*'],
184
- 'stdout':['.*error.*'],
185
- 'stderr':['.*error.*']
+ 'any':[{regex:'.*error.*',flags:'ig'}],
+ 'stdout':[{regex:'.*error.*',flags:'ig'}],
+ 'stderr':[{regex:'.*error.*',flags:'ig'}]
186
},
187
188
processCwd : './',
0 commit comments