prosodyctl
changeset 8271 e21d82551e05
parent 8256 3a6f5b0f56f0
parent 8268 17ebd8ac8545
child 8288 433b2a41351f
--- a/prosodyctl	Thu Sep 21 02:36:28 2017 +0200
+++ b/prosodyctl	Tue Sep 26 17:24:25 2017 +0100
@@ -1030,7 +1030,7 @@
 					suggested_global_modules = set.intersection(suggested_global_modules or set.new(options.modules_enabled), set.new(options.modules_enabled));
 				end
 			end
-			if not suggested_global_modules:empty() then
+			if suggested_global_modules and not suggested_global_modules:empty() then
 				print("    Consider moving these modules into modules_enabled in the global section:")
 				print("    "..tostring(suggested_global_modules / function (x) return ("%q"):format(x) end));
 			end