Skip to content

Commit

Permalink
Merge branch 'master' into atheesh/improve-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 17, 2020
2 parents 45bb22c + 9369a00 commit 2d8a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/simulation/simulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func SimulateFromSeed(
opCount := 0

// Setup code to catch SIGTERM's
c := make(chan os.Signal)
c := make(chan os.Signal, 1)
signal.Notify(c, os.Interrupt, syscall.SIGTERM, syscall.SIGINT)

go func() {
Expand Down

0 comments on commit 2d8a51b

Please sign in to comment.