We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eebd7c commit 2a7e0ddCopy full SHA for 2a7e0dd
1 file changed
script/boot_repl.jl
@@ -24,11 +24,12 @@ if (VERSION > v"0.7-" ? Base.find_package("Atom") : Base.find_in_path("Atom")) =
24
println()
25
end
26
27
-# TODO: Update me when tagging a new relase:
28
-MIN_ATOM_VER = v"0.11.3"
29
-outdated = false
30
31
try
+ # TODO: Update me when tagging a new relase:
+ MIN_ATOM_VER = v"0.11.3"
+ outdated = false
32
+
33
if VERSION >= v"1.0-"
34
using Pkg
35
atompath = Base.find_package("Atom")
@@ -46,8 +47,6 @@ try
46
47
48
49
-catch err
50
- @error exception=err
51
52
53
println("Starting Julia...")
0 commit comments