Skip to content

Commit

Permalink
fix not messing up current_taks().storage[:SOURCE_PATH] by allowing…
Browse files Browse the repository at this point in the history
… the finally in include to run (#33447)
  • Loading branch information
KristofferC authored Oct 2, 2019
1 parent ef0c910 commit 16a09b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

if !isempty(ARGS)
ARGS[1] == "0" && exit(0)
end

if isempty(ARGS) || ARGS[1] !== "0"
# Prevent this from being put into the Main namespace
@eval Module() begin
if !isdefined(Base, :uv_eventloop)
Expand Down Expand Up @@ -180,3 +177,4 @@ end
generate_precompile_statements()

end # @eval
end

0 comments on commit 16a09b4

Please sign in to comment.