Skip to content

Commit a8f4a27

Browse files
authored
Merge pull request #41 from findmyway/patch-1
Update logger_dispatch.jl
2 parents 9413cc7 + 9f10c32 commit a8f4a27

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)