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 looks like one of the tests broke on Windows. It looks like this is mismatch in the newline characters (\n vs. \r\n).
1) proxy
subcommands
runs very long subcommand chains:
AssertionError: expected 'one two three four five six seven\n' to be 'one two three four five six seven\r\n'
+ expected - actual
The text was updated successfully, but these errors were encountered:
See this test run: https://github.com/nfischer/shelljs-exec-proxy/actions/runs/7125051917
It looks like one of the tests broke on Windows. It looks like this is mismatch in the newline characters (
\n
vs.\r\n
).The text was updated successfully, but these errors were encountered: