We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec3423 commit 5e7169dCopy full SHA for 5e7169d
appveyor.yml
@@ -46,7 +46,7 @@ on_failure:
46
- >
47
for /r %%x in (*.actual) do (
48
echo --- %%x
49
- type %%x
+ type "%%x"
50
echo.
51
52
)
0 commit comments