diff --git a/web/index.ejs b/web/index.ejs index 119e76d..6b37885 100644 --- a/web/index.ejs +++ b/web/index.ejs @@ -468,7 +468,7 @@ -<% plugins.forEach(function(plugin) { %> +<% plugins?.forEach(function(plugin) { %> <% }); %>