Skip to content

Commit e073b43

Browse files
authored
Improve a logging message (#9)
1 parent e50245f commit e073b43

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
@@ -57,7 +57,8 @@ function __init__()
5757
try
5858
gitrepl()
5959
catch ex
60-
@error("", exception=(ex, catch_backtrace()))
60+
msg = "Unable to automatically initialize the Git REPL mode"
61+
@error(msg, exception=(ex, catch_backtrace()))
6162
end
6263
return nothing
6364
end

0 commit comments

Comments
 (0)