From 1fda8c7d88a2bb2a7d1e97a6dc395f66c502f069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20LOUNES?= Date: Thu, 12 Dec 2024 19:03:59 +0100 Subject: [PATCH] more log --- src/Reactant.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reactant.jl b/src/Reactant.jl index 042e4a8dc..938b685cf 100644 --- a/src/Reactant.jl +++ b/src/Reactant.jl @@ -127,7 +127,7 @@ end #HACK: Disable precompilation for test @info gethostname() @static if splitpath(Base.active_project())[3] != "runner" - @info "enable precompilation" + @info "enable precompilation" Base.active_project() include("precompile.jl") end