Skip to content

Commit 07e0b8a

Browse files
committed
fix typo
1 parent 3546d45 commit 07e0b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ function include_package_for_output(pkg::PkgId, input::String, depot_path::Vecto
23082308
catch ex
23092309
precompilableerror(ex) || rethrow()
23102310
@debug "Aborting `create_expr_cache'" exception=(ErrorException("Declaration of __precompile__(false) not allowed"), catch_backtrace())
2311-
exit(125) # we define status = 125 means PrecompileableError
2311+
exit(125) # we define status = 125 means PrecompilableError
23122312
finally
23132313
Core.Compiler.track_newly_inferred.x = false
23142314
end

0 commit comments

Comments
 (0)