• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 45: Line 45:  
     for _, var_name in ipairs(must_have) do
 
     for _, var_name in ipairs(must_have) do
 
         if self._args[var_name] == nil then
 
         if self._args[var_name] == nil then
             error(var_name .. " must be provided. Please double-check that you have this variable and that it is spelled correctly.")
+
             error("\"" .. var_name .. "\" must be provided. Please double-check that you have this variable and that it is spelled correctly.")
 
         end
 
         end
 
     end
 
     end
48

edits

Navigation menu