From 622ead30db3f1b24d5ae32b517af957f50bfcd74 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Wed, 22 Feb 2023 11:40:59 +0100 Subject: [PATCH] Update config.nim --- nimjl/config.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.".}