Skip to content

Commit 212d07f

Browse files
committed
fix startup script
1 parent 7183ee0 commit 212d07f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

script/boot_repl.jl

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

2727

28+
# TODO: Update me when tagging a new relase:
29+
MIN_ATOM_VER = v"0.11.3"
30+
outdated = false
31+
2832
try
29-
# TODO: Update me when tagging a new relase:
30-
MIN_ATOM_VER = v"0.11.3"
31-
outdated = false
32-
3333
if VERSION >= v"1.0-"
3434
using Pkg
3535
atompath = Base.find_package("Atom")
@@ -47,6 +47,7 @@ try
4747
end
4848
end
4949
end
50+
catch err
5051
end
5152

5253
println("Starting Julia...")

0 commit comments

Comments
 (0)