Skip to content

Commit

Permalink
show me what you got
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed May 14, 2018
1 parent 94e0aaa commit 089fcfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/Pkg/src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ function build_versions(ctx::Context, uuids::Vector{UUID}; might_need_to_resolve
success(pipeline(cmd, stdout=log, stderr=log))
end ? Base.rm(log_file, force=true) :
@error("Error building `$name`; see log file for further info")
print(read(log_file, String))
end
with_dependencies_loadable_at_toplevel(ctx, PackageSpec(name, uuid); might_need_to_resolve=might_need_to_resolve) do
run_build()
Expand Down

0 comments on commit 089fcfc

Please sign in to comment.