Skip to content

Commit 3241f92

Browse files
IanButterworthKeno
andauthored
Update stdlib/REPL/src/REPL.jl
Co-authored-by: Keno Fischer <[email protected]>
1 parent 8ccd523 commit 3241f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/REPL/src/REPL.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,7 @@ function run_frontend(repl::StreamREPL, backend::REPLBackendRef)
15231523
end
15241524

15251525
function load_pkg()
1526+
Base.generating_output(true) && return nothing
15261527
pkgid = Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg")
15271528
if Base.locate_package(pkgid) !== nothing # Only try load Pkg if we can find it
15281529
Pkg = Base.require(pkgid)

0 commit comments

Comments
 (0)