diff --git a/src/snooping.jl b/src/snooping.jl index 87662913..e11bf11c 100644 --- a/src/snooping.jl +++ b/src/snooping.jl @@ -13,6 +13,8 @@ function snoop(package, tomlpath, snoopfile, outputfile, reuse = false, blacklis append!(Base.LOAD_PATH, $(repr(Base.LOAD_PATH))) Pkg.activate($(repr(tomlpath))) Pkg.instantiate() + Pkg.resolve() + Pkg.instantiate() """ end