spock icon indicating copy to clipboard operation
spock copied to clipboard

Errors firing when there is no Error from git

Open lachieh opened this issue 4 years ago • 0 comments

There seems to be an issue with the git command exiting unsuccessfully, but the error returned suggests that there is no issues with the command. Here is an example:

ERROR
Spock command exited unsuccessfully:
Command: git -c "user.name=statamic" -c "user.email=REDACTED" commit -m "Page saved by Admin"
Output:
On branch cms
Your branch is up to date with 'origin/cms'.
nothing to commit, working tree clean
Error: No error

Is this something that can be filtered out? I can't imagine a point where "Error: No error" actually means the opposite 😂.

lachieh avatar Mar 20 '20 20:03 lachieh