diff --git a/nimjl/config.nim b/nimjl/config.nim index 4f66c0c..8489a9d 100644 --- a/nimjl/config.nim +++ b/nimjl/config.nim @@ -16,8 +16,8 @@ const JuliaDepPath* = JuliaPath / "lib" / "julia" const JlVersionCmd = JuliaPath / "bin" / "julia" & " -E VERSION" const (cmdOutput, exitCode) = gorgeEx(JlVersionCmd) -# static: -# echo exitCode +static: + echo "Nimjl> ", JuliaPath when exitCode != 0: {.error: "Nimjl> Fatal error ! Julia could not be found on your system.".}