Skip to content

Commit 2cd4620

Browse files
Update base/toml_parser.jl
Co-authored-by: Jameson Nash <[email protected]>
1 parent a4e9eae commit 2cd4620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/toml_parser.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function Parser(str::String; filepath=nothing)
104104
IdSet{TOMLDict}(), # defined_tables
105105
root,
106106
filepath,
107-
isdefined(Base, :loaded_modules) ? Base.maybe_root_module(DATES_PKGID) : nothing,
107+
isdefined(Base, :maybe_root_module) ? Base.maybe_root_module(DATES_PKGID) : nothing,
108108
)
109109
startup(l)
110110
return l

0 commit comments

Comments
 (0)