fix: unable to sync files and save data issues

This commit is contained in:
Marvin Zhang
2024-06-25 14:58:54 +08:00
parent 460c8d958a
commit 5daeccb87d
12 changed files with 113 additions and 31 deletions

View File

@@ -237,7 +237,7 @@ func (r *Runner) configureCmd() {
}
// get cmd instance
r.cmd = sys_exec.BuildCmd(cmdStr)
r.cmd, _ = sys_exec.BuildCmd(cmdStr)
// set working directory
r.cmd.Dir = r.cwd