Browse Source

cleanup

pull/483/head
aler9 4 years ago
parent
commit
90e24b79cb
  1. 1
      internal/confwatcher/confwatcher.go
  2. 1
      internal/core/path.go
  3. 1
      internal/externalcmd/cmd.go

1
internal/confwatcher/confwatcher.go

@ -52,6 +52,7 @@ func New(confPath string) (*ConfWatcher, error) { @@ -52,6 +52,7 @@ func New(confPath string) (*ConfWatcher, error) {
}
go w.run()
return w, nil
}

1
internal/core/path.go

@ -294,6 +294,7 @@ func newPath( @@ -294,6 +294,7 @@ func newPath(
pa.wg.Add(1)
go pa.run()
return pa
}

1
internal/externalcmd/cmd.go

@ -38,6 +38,7 @@ func New(cmdstr string, restart bool, env Environment) *Cmd { @@ -38,6 +38,7 @@ func New(cmdstr string, restart bool, env Environment) *Cmd {
}
go e.run()
return e
}

Loading…
Cancel
Save