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 051ce00 commit 52bd795Copy full SHA for 52bd795
src/PkgAuthentication.jl
@@ -662,7 +662,7 @@ function open_browser(url::AbstractString)
662
OPEN_BROWSER_HOOK[](url)
663
return true
664
catch err
665
- @debug "error executing browser hook" exception=(err, catch_backtrace())
+ @info "error executing browser hook" exception=(err, catch_backtrace())
666
return false
667
end
668
elseif Sys.iswindows() || detectwsl()
0 commit comments