Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Aug 23, 2024
2 parents 179e1c3 + 49ae4fe commit 113d5a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ table.insert(searchers, function(module)

library, status = loadfile(path)
if not library then
error("error loading module '%s' from file '%s':\n\t%s", module, path, status)
error(string.format("error loading module '%s' from file '%s':\n\t%s", module, path, status))
end

return library, module
Expand Down

0 comments on commit 113d5a1

Please sign in to comment.