未验证 提交 02e058a2 编写于 作者: G George Claghorn 提交者: GitHub

Merge pull request #31399 from yhirano55/return_nil_if_raise_http_error

Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError`
......@@ -46,7 +46,7 @@ def delete(key)
begin
blobs.delete_blob(container, key)
rescue Azure::Core::Http::HTTPError
false
# Ignore files already deleted
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册