There was an error while loading. Please reload this page.
1 parent becf49e commit 3a9e77dCopy full SHA for 3a9e77d
1 file changed
pkg/process/process.go
@@ -17,6 +17,7 @@ func New(workDir, commandStr string) *Process {
17
programName: commands[0],
18
args: commands[1:],
19
cmd: cmd,
20
+ done: make(chan struct{}),
21
}
22
23
0 commit comments