prosodyctl
changeset 8268 17ebd8ac8545
parent 8252 cc664a3917e2
child 8271 e21d82551e05
child 8277 3798955049e3
--- a/prosodyctl	Sun Sep 24 05:46:24 2017 +0200
+++ b/prosodyctl	Sun Sep 24 18:23:45 2017 -0400
@@ -1032,7 +1032,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