Skip to content

Commit 18aa237

Browse files
authored
Don't create a subprocess in the REPL precompile script (JuliaLang#60326)
1 parent 39a234f commit 18aa237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function repl_workload()
7777
display("a string")
7878
foo(x) = 1
7979
@time @eval foo(1)
80-
; pwd
80+
;
8181
$CTRL_C
8282
$CTRL_R$CTRL_C#
8383
? reinterpret

0 commit comments

Comments
 (0)