From 4b204593cda6f154fec6531fb39518664872ffe1 Mon Sep 17 00:00:00 2001 From: dreadl0ck Date: Thu, 18 Feb 2021 17:10:06 +0100 Subject: [PATCH] disable dumping scripts on error in default config --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 252c2d1..5eef9f6 100644 --- a/config.go +++ b/config.go @@ -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",