There was an error while loading. Please reload this page.
1 parent 3bca9db commit 1baeca8Copy full SHA for 1baeca8
devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/timeline/filter.ts
@@ -88,7 +88,7 @@ const queryMap: {[query in QueryType]: Query} =
88
return map;
89
}, {} as {[query in QueryType]: Query});
90
91
-const queryRe = new RegExp(`!?\s*(${QueryType.Duration}|${QueryType.Source})$`, 'g');
+const queryRe = new RegExp(`!?s*(${QueryType.Duration}|${QueryType.Source})$`, 'g');
92
93
type Predicate = true|false;
94
type QueryAST = [Predicate, QueryType, QueryArguments];
0 commit comments