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
I have opened a PR with a fix. Essentially, the shell redirection in the 7z extract commandline has spaces where it should not have. 2 > wherever is not the same as 2>wherever.
I have opened a PR with a fix. Essentially, the shell redirection in the 7z extract commandline has spaces where it should not have.
2 > whereveris not the same as2>wherever.