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
It seems the "Prettier / prettier"-check gives a false positive in some cases. The error message is as follows: Error: The process '/usr/bin/git' failed with exit code 1. As @danielUTM has pointed out, this problem can be avoided by doing the commit directly from the master-branch of the fork. For example, compare #2145 vs #2146 or #2130 vs #2148. But this workaround is not optimal so it would be good to have a proper solution.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!
It seems the "Prettier / prettier"-check gives a false positive in some cases. The error message is as follows:
Error: The process '/usr/bin/git' failed with exit code 1
. As @danielUTM has pointed out, this problem can be avoided by doing the commit directly from the master-branch of the fork. For example, compare #2145 vs #2146 or #2130 vs #2148. But this workaround is not optimal so it would be good to have a proper solution.The text was updated successfully, but these errors were encountered: