Skip to content

Commit

Permalink
disable dumping scripts on error in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Feb 18, 2021
1 parent 7e2439b commit 4b20459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func newConfig() *config {
DisableTimestamps: false,
PrintBuiltins: false,
StopOnError: true,
DumpScriptOnError: true,
DumpScriptOnError: false,
Quiet: false,
// default: german date format DD-MM-YYYY
DateFormat: "02-01-2006",
Expand Down

0 comments on commit 4b20459

Please sign in to comment.