Skip to content

Commit 3ab00a5

Browse files
fix swallowing internal errors
1 parent 3db1d19 commit 3ab00a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/precompilation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ function precompilepkgs(pkgs::Vector{String}=String[];
897897
length(tasks) == 1 && notify(interrupted_or_done)
898898
end
899899
end
900+
Base.errormonitor(task) # interrupts are handled separately so ok to watch for other errors like this
900901
push!(tasks, task)
901902
end
902903
end

0 commit comments

Comments
 (0)