mirror of https://github.com/Hilbis/Hilbish
fix: assign binary path to job
parent
9f6a07c90a
commit
2fb55526dc
1
job.go
1
job.go
|
@ -159,6 +159,7 @@ func (j *jobHandler) add(cmd string, args []string, path string) *job {
|
||||||
running: false,
|
running: false,
|
||||||
id: j.latestID,
|
id: j.latestID,
|
||||||
args: args,
|
args: args,
|
||||||
|
path: path,
|
||||||
stdin: os.Stdin,
|
stdin: os.Stdin,
|
||||||
stdout: os.Stdout,
|
stdout: os.Stdout,
|
||||||
stderr: os.Stderr,
|
stderr: os.Stderr,
|
||||||
|
|
Loading…
Reference in New Issue