Skip to content

Commit 0a870a7

Browse files
committed
fixup! Debug precompilation
1 parent 59aefd0 commit 0a870a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sch/Sch.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function cleanup_proc(state, p, log_sink)
409409

410410
# If the worker process is still alive, clean it up
411411
if wid in workers()
412-
remotecall_wait(_cleanup_proc, wid, state.uid, log_sink)
412+
remote_do(_cleanup_proc, wid, state.uid, log_sink)
413413
end
414414

415415
timespan_finish(ctx, :cleanup_proc, (;worker=wid), nothing)

0 commit comments

Comments
 (0)