You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
execute the fallback jump, stay quiet about it
We can add some debugging messages with a debug flag, but the messages were just
noise.
Not the only offenders
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
shell-command -> call-process
Left behind the two shell-command-to-string calls. They should be
benign in failiure. Just returns error string if no git bin, so user
can see the situation ahead of the actual clone call.
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>