Skip to content

Commit ff16653

Browse files
IanButterworthKristofferC
authored andcommitted
Fix alignment of failed precompile jobs on CI (#58971)
(cherry picked from commit 338f494)
1 parent 56f5a82 commit ff16653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/precompilation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ function _precompilepkgs(pkgs::Vector{String},
983983
delete!(std_outputs, pkg_config) # so it's not shown as warnings, given error report
984984
failed_deps[pkg_config] = (strict || is_project_dep) ? string(sprint(showerror, err), "\n", strip(errmsg)) : ""
985985
!fancyprint && @lock print_lock begin
986-
println(io, " "^9, color_string("", Base.error_color()), name)
986+
println(io, " "^12, color_string("", Base.error_color()), name)
987987
end
988988
else
989989
rethrow()

0 commit comments

Comments
 (0)