Skip to content

Commit

Permalink
发布 ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Oct 22, 2023
1 parent 3454d17 commit 19692fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GoEasyDesigner/Terminal/Terminal_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func (t *Terminal) StartCommand(command string, fn func(string, error)) bool {

cmd := exec.Command("cmd", "/C", command)
// 隐藏黑色窗口
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}

stdout, err := cmd.StdoutPipe()
if err != nil {
Expand Down

0 comments on commit 19692fe

Please sign in to comment.