Skip to content

Commit 7dad4ea

Browse files
authored
More concise error messages (#16)
1 parent 9e83b87 commit 7dad4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitRepl.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ function __init__()
5959
gitrepl()
6060
catch ex
6161
msg = "Unable to automatically initialize the Git REPL mode"
62-
@error(msg, exception=(ex, catch_backtrace()))
62+
@debug(msg, exception=(ex, catch_backtrace()))
63+
@warn(msg)
6364
end
6465
return nothing
6566
end

0 commit comments

Comments
 (0)