mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-16 08:11:35 +02:00
Address required import review feedback
This commit is contained in:
+2
-2
@@ -574,8 +574,8 @@ function Loader:_validate()
|
||||
reason = "required import missing: " .. import.name
|
||||
break
|
||||
end
|
||||
local data = self.fs.read and self.fs.read(path)
|
||||
local valid, importErr = RequiredImports.validateStoredData(import, data)
|
||||
local valid, importErr = RequiredImports.validateStored(
|
||||
manifest, import, self.fs)
|
||||
if not valid then
|
||||
reason = "required import invalid: " .. import.name
|
||||
.. " (" .. tostring(importErr) .. ")"
|
||||
|
||||
Reference in New Issue
Block a user