Skip to content

Commit f349bd2

Browse files
committed
[Distributed] don't sidestep require logic
1 parent b6d81e3 commit f349bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Distributed/src/Distributed.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function _require_callback(mod::Base.PkgId)
7777
@sync for p in procs()
7878
p == 1 && continue
7979
@async remotecall_wait(p) do
80-
Base._require(mod)
80+
Base.require(mod)
8181
nothing
8282
end
8383
end

0 commit comments

Comments
 (0)