Skip to content

Commit

Permalink
fix issue which is read input from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Jan 22, 2022
1 parent 536af1a commit 6330d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,5 @@ func (e *Engine) cleanup() {

// Stop the air
func (e *Engine) Stop() {
fmt.Printf("stop")
close(e.exitCh)
}

0 comments on commit 6330d77

Please sign in to comment.