Patch #2981897: Add assert to embed file handling
This commit is contained in:
parent
7d1207a7cf
commit
764400861b
@ -7,7 +7,7 @@
|
||||
|
||||
local function stripfile(fname)
|
||||
local f = io.open(fname)
|
||||
local s = f:read("*a")
|
||||
local s = assert(f:read("*a"))
|
||||
f:close()
|
||||
|
||||
-- strip tabs
|
||||
|
Loading…
Reference in New Issue
Block a user