We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccd523 commit 3241f92Copy full SHA for 3241f92
stdlib/REPL/src/REPL.jl
@@ -1523,6 +1523,7 @@ function run_frontend(repl::StreamREPL, backend::REPLBackendRef)
1523
end
1524
1525
function load_pkg()
1526
+ Base.generating_output(true) && return nothing
1527
pkgid = Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg")
1528
if Base.locate_package(pkgid) !== nothing # Only try load Pkg if we can find it
1529
Pkg = Base.require(pkgid)
0 commit comments