Skip to content

Commit

Permalink
add comment to explain show_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Sep 21, 2020
1 parent 9746f25 commit 05c2ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ end

const MAX_NUM_PRECOMPILE_FILES = 10

# `show_errors` is an "internal" interface for Pkg.precompile
function compilecache(pkg::PkgId, path::String, show_errors::Bool = true)
# decide where to put the resulting cache file
cachefile = compilecache_path(pkg)
Expand Down

0 comments on commit 05c2ec1

Please sign in to comment.