mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-24 04:50:30 -04:00
Merge pull request #130 from MightyPirates/master-MC1.7.10
fix string.format() omission in OpenOS package.lua (#3731)
This commit is contained in:
commit
8bcd75a1a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user