You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error lines now start with `[ERROR]`, which was apparently not always
the case. This was causing errors like the following:
No such file or directory @ rb_sysopen - [ERROR] /path/to/src/...
Fix it by expanding the regex to ignore an optional prefix in square
brackets.
Fixessds#358.
0 commit comments