Skip to content

Commit

Permalink
Fix issue reported by JET
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 17, 2023
1 parent 0e93f09 commit beaafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistent_tasks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function precompile_wrapper(project, tmax)
if VERSION < v"1.10.0-"
return true
end
prev_project = Base.active_project()
prev_project = Base.active_project()::String
isdefined(Pkg, :respect_sysimage_versions) && Pkg.respect_sysimage_versions(false)
try
pkgdir = dirname(project)
Expand Down

0 comments on commit beaafdc

Please sign in to comment.