Skip to content

Commit 2a7e0dd

Browse files
committed
compat with old julia versions
1 parent 3eebd7c commit 2a7e0dd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

script/boot_repl.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ if (VERSION > v"0.7-" ? Base.find_package("Atom") : Base.find_in_path("Atom")) =
2424
println()
2525
end
2626

27-
# TODO: Update me when tagging a new relase:
28-
MIN_ATOM_VER = v"0.11.3"
29-
outdated = false
3027

3128
try
29+
# TODO: Update me when tagging a new relase:
30+
MIN_ATOM_VER = v"0.11.3"
31+
outdated = false
32+
3233
if VERSION >= v"1.0-"
3334
using Pkg
3435
atompath = Base.find_package("Atom")
@@ -46,8 +47,6 @@ try
4647
end
4748
end
4849
end
49-
catch err
50-
@error exception=err
5150
end
5251

5352
println("Starting Julia...")

0 commit comments

Comments
 (0)