File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ include("reflect.jl")
30
30
31
31
function __init__ ()
32
32
if VERSION ≥ v " 1.1-" && VERSION < v " 1.3-"
33
- @warn (" JavaCall does not work correctly on Julia v$VERSION . \n " *
33
+ @warn (" JavaCall does not work correctly on Julia v$VERSION . \n " *
34
34
" Either use Julia v1.0.x, or v1.3.0 or higher.\n " *
35
35
" For 1.3 onwards, please also set the environment variable `JULIA_COPY_STACKS` to be `1` or `yes`" )
36
36
end
37
37
if VERSION ≥ v " 1.3-" && get (ENV , " JULIA_COPY_STACKS" , " " ) ∉ (" 1" , " yes" )
38
- @warn (" JavaCall needs the environment variable `JULIA_COPY_STACKS` to be `1` or `yes`. " *
38
+ @warn (" JavaCall needs the environment variable `JULIA_COPY_STACKS` to be `1` or `yes`.\n " *
39
39
" Calling the JVM may result in undefined behavior." )
40
40
end
41
41
findjvm ()
You can’t perform that action at this time.
0 commit comments