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 cbd0c5d commit b8d863dCopy full SHA for b8d863d
app/Foliage/FetchURL.hs
@@ -89,6 +89,8 @@ runCurl uri path etagFile = do
89
[ "curl"
90
, -- Silent or quiet mode. Do not show progress meter or error messages. Makes Curl mute.
91
"--silent"
92
+ , -- ... but still show errors
93
+ "--show-error"
94
, -- Fail fast with no output at all on server errors.
95
"--fail"
96
, -- If the server reports that the requested page has moved to a different location this
0 commit comments