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 7a8471b commit e666b20Copy full SHA for e666b20
README.md
@@ -363,7 +363,7 @@ using HTTP
363
364
function not_HTTP_message_filter(log)
365
# HTTP.jl utilizes internal modules so call parentmodule(...)
366
- log.module !== HTTP && parentmodule(log._module) !== HTTP
+ log._module !== HTTP && parentmodule(log._module) !== HTTP
367
end
368
369
global_logger(EarlyFilteredLogger(not_HTTP_message_filter, global_logger()))
0 commit comments