make --json-error-messages capture url download errors
Convert Utility.Url to return Either String so the error message can be displated in the annex monad and so captured. (When curl is used, its errors are still not caught.)
This commit is contained in:
parent
99536e3a0b
commit
890330f0fe
16 changed files with 161 additions and 121 deletions
|
@ -22,3 +22,8 @@ If user convenience was something to strive for here, it should technically be p
|
|||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]], and I also converted a number of other places
|
||||
> where an error could leak through to stderr, although there are still
|
||||
> some places where direct writes to stderr happen -- I'll probably never
|
||||
> be able to guarantee --json-error-messages catches every possible stderr
|
||||
> output. --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue