Skip to content

Commit

Permalink
proposed change to fix stop_on_error=false not working in .air.toml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovacs committed Oct 24, 2022
1 parent 25c287e commit 3be9ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func defaultConfig() Config {
ArgsBin: []string{},
ExcludeRegex: []string{"_test.go"},
Delay: 1000,
StopOnError: true,
}
if runtime.GOOS == PlatformWindows {
build.Bin = `tmp\main.exe`
Expand Down

0 comments on commit 3be9ef7

Please sign in to comment.