You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base/loading.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1104,7 +1104,7 @@ function create_expr_cache(input::String, output::String, concrete_deps::typeof(
1104
1104
close(in)
1105
1105
catch ex
1106
1106
close(in)
1107
-
process_running(io) &&Timer(t ->kill(io), 5.0) # wait a short time before killing the process to give it a chance to clean up on its own first
1107
+
process_running(io) &&Timer(t ->kill(io), interval =5.0) # wait a short time before killing the process to give it a chance to clean up on its own first
0 commit comments