plugins/mod_admin_shell.lua
changeset 13136 5bfcfd12c423
parent 13132 38582771b593
child 13174 082c7d856e61
--- a/plugins/mod_admin_shell.lua	Fri Jun 09 17:26:38 2023 +0200
+++ b/plugins/mod_admin_shell.lua	Fri Jun 09 17:38:46 2023 +0200
@@ -370,8 +370,11 @@
 -- Anything in def_env will be accessible within the session as a global variable
 
 --luacheck: ignore 212/self
-local serialize_defaults = module:get_option("console_prettyprint_settings",
-	{ fatal = false; unquoted = true; maxdepth = 2; table_iterator = "pairs" })
+local serialize_defaults = module:get_option("console_prettyprint_settings", {
+	preset = "pretty";
+	maxdepth = 2;
+	table_iterator = "pairs";
+})
 
 def_env.output = {};
 function def_env.output:configure(opts)