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 9413cc7 commit 9f10c32Copy full SHA for 9f10c32
src/logger_dispatch.jl
@@ -36,7 +36,7 @@ it. The default behaviour is to return the same result as `propertynames`.
36
37
See also: [`Base.propertynames`](@ref)
38
"""
39
-logable_propertynames(val::Type) = propertynames(val)
+logable_propertynames(val::Any) = propertynames(val)
40
41
## Default behaviours
42
0 commit comments