mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
fix(modules): sandbox script lua script path discovery
This commit is contained in:
parent
d706e83920
commit
c0d7ce2fb0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ local function discoverAndReadScript(filePath: string): string
|
|||
end
|
||||
|
||||
if fs.isFile(filePath .. "/init.lua") then
|
||||
scriptContents = fs.readFile(filePath .. "init.lua")
|
||||
scriptContents = fs.readFile(filePath .. "/init.lua")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue