mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
[v2] Fix killing dev command on Windows
This commit is contained in:
@@ -69,3 +69,7 @@ func (p *Process) Kill() error {
|
||||
func (p *Process) PID() int {
|
||||
return p.cmd.Process.Pid
|
||||
}
|
||||
|
||||
func (p *Process) SetDir(dir string) {
|
||||
p.cmd.Dir = dir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user