We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d706e83 commit 0a1e5aeCopy full SHA for 0a1e5ae
modules/sandbox.luau
@@ -42,7 +42,7 @@ local function discoverAndReadScript(filePath: string): string
42
end
43
44
if fs.isFile(filePath .. "/init.lua") then
45
- scriptContents = fs.readFile(filePath .. "init.lua")
+ scriptContents = fs.readFile(filePath .. "/init.lua")
46
47
48
pages/getting-started/5-security.mdx
@@ -67,7 +67,7 @@ local function discoverAndReadScript(filePath: string): string
67
68
69
70
71
72
73
0 commit comments