Skip to content

Commit c79f0b8

Browse files
committed
chore: cleanup comments
1 parent 487aeb7 commit c79f0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/ios-log-filter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ export class IOSLogFilter implements Mobile.IPlatformLogFilter {
1414
);
1515

1616
// Used to post filter messages that slip through but are not coming from NativeScript itself.
17-
// Looks text in parenthesis at the beginning
17+
// Looks for text in parenthesis at the beginning
1818
// Example:
1919
// (RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application<...>
20-
// ^^^^^^^^^^^^^^^^^^^^
20+
// ^(~~capture group~~~)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2121
// we then use this to filter out non-NativeScript lines
2222
protected postFilterRegex: RegExp = /^\((.+)\) \[com\.apple.+\]/;
2323

0 commit comments

Comments
 (0)