Skip to content

Commit

Permalink
Update src/construct.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored Mar 20, 2024
1 parent a708dcc commit 39604b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/construct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function prepare_framedata(framecode, argvals::Vector{Any}, lenv::SimpleVector=e
callargs = Any[]
last_exception = Ref{Any}(_INACTIVE_EXCEPTION.instance)
end
@static if isdefined(Base, :current_scope)
@static if isdefined(Core, :current_scope)

Check warning on line 295 in src/construct.jl

View check run for this annotation

Codecov / codecov/patch

src/construct.jl#L295

Added line #L295 was not covered by tests
current_scope = Core.current_scope()
current_scope !== nothing && push!(current_scopes, current_scope)
end
Expand Down

0 comments on commit 39604b6

Please sign in to comment.