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
Fixed newline formatting. Now the trailer is correctly preceded by an empty line
instead of having two trailing empty lines.
Fixed crash when a gherkin file failed to parse.
Files with parse errors are now logged to stderr and skipped.
Fixed multiple possible crashes when interacting with git and the file system.
If an error happens, the error is now logged to stderr and the program does otherwise nothing.
Even in this error case, show-changed-tests still exits with a success error code
so it is still possible to commit normally.