Skip to content

Commit 9f10c32

Browse files
authored
Update logger_dispatch.jl
fix #40
1 parent 9413cc7 commit 9f10c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger_dispatch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ it. The default behaviour is to return the same result as `propertynames`.
3636
3737
See also: [`Base.propertynames`](@ref)
3838
"""
39-
logable_propertynames(val::Type) = propertynames(val)
39+
logable_propertynames(val::Any) = propertynames(val)
4040

4141
## Default behaviours
4242

0 commit comments

Comments
 (0)