fix: do not ignore curl error (#877)
This commit is contained in:
parent
56ebcad7a8
commit
2863473bbf
@ -194,7 +194,7 @@ M._stream = function(opts, Provider)
|
|||||||
active_job = nil
|
active_job = nil
|
||||||
completed = true
|
completed = true
|
||||||
cleanup()
|
cleanup()
|
||||||
opts.on_complete(nil)
|
opts.on_complete(err)
|
||||||
end,
|
end,
|
||||||
callback = function(result)
|
callback = function(result)
|
||||||
active_job = nil
|
active_job = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user