Skip to content

Commit f39a7f8

Browse files
committed
add missing error chan construction
1 parent f2c9660 commit f39a7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func Initialise(ctx context.Context, c Config) (app *App, err error) {
4949

5050
app.ctx, app.cancel = context.WithCancel(ctx)
5151
app.config = c
52+
app.errors = make(chan error)
5253

5354
if !c.NoSSH {
5455
app.ssh, err = ssh.NewSSHAgentAuth("git")

0 commit comments

Comments
 (0)