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 14, 2022
1 parent 63b6ba3 commit ad5f39e
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 @@ -211,7 +211,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 ad5f39e

Please sign in to comment.