fix: disable send_interrupt option in .air.toml configuration
This commit is contained in:
parent
51ebe0be1f
commit
453183ce3b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ tmp_dir = "tmp"
|
||||||
pre_cmd = []
|
pre_cmd = []
|
||||||
rerun = false
|
rerun = false
|
||||||
rerun_delay = 500
|
rerun_delay = 500
|
||||||
send_interrupt = true
|
send_interrupt = false
|
||||||
stop_on_error = false
|
stop_on_error = false
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue