Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 49de0d5

Browse files
authored
Merge pull request #38 from hellemo/lh/fix-warn
Fix warn s/warn/@warn/
2 parents dfcd70c + b0c67ea commit 49de0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Jags.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ function __init__()
4040
end
4141
set_jags_home!(jags_home)
4242
catch
43-
warn("Did not find JAGS in the PATH.")
44-
warn("Environment variable JAGS_HOME not found. Use set_jags_home!.")
43+
@warn("Did not find JAGS in the PATH.")
44+
@warn("Environment variable JAGS_HOME not found. Use set_jags_home!.")
4545
end
4646
""
4747
end

0 commit comments

Comments
 (0)