Skip to content

Commit

Permalink
Fix air config (#6655)
Browse files Browse the repository at this point in the history
Since backend process does not treat SIGINT, removed `send_interrupt` config from `./.air.toml`.
Otherwise backend process remains as zombie.
  • Loading branch information
shu-mutou authored Dec 8, 2021
1 parent 6b2ce65 commit 870b069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tmp_dir = ".tmp"
include_ext = ["go"]
kill_delay = "1s"
log = "build-errors.log"
send_interrupt = true
stop_on_error = true

[color]
Expand Down

0 comments on commit 870b069

Please sign in to comment.