Skip to content

Commit

Permalink
Revert "Update task.go"
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel authored Nov 11, 2023
1 parent 6eef3b6 commit d173b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (task *Task) Run() (*Report, error) {
// nothing to do
case <-sigint:
cancel()
eg.Wait() //nolint:errcheck
os.Exit(130)
}
}()
Expand Down

0 comments on commit d173b12

Please sign in to comment.