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 f2c9660 commit f39a7f8Copy full SHA for f39a7f8
service/service.go
@@ -49,6 +49,7 @@ func Initialise(ctx context.Context, c Config) (app *App, err error) {
49
50
app.ctx, app.cancel = context.WithCancel(ctx)
51
app.config = c
52
+ app.errors = make(chan error)
53
54
if !c.NoSSH {
55
app.ssh, err = ssh.NewSSHAgentAuth("git")
0 commit comments