mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2024-12-12 12:50:39 +00:00
fmt: luau side loader
This commit is contained in:
parent
783a4b4b22
commit
680724233d
1 changed files with 22 additions and 22 deletions
|
@ -3,7 +3,7 @@ local jsonEncode = require("@lune/net").jsonEncode
|
|||
|
||||
local possibleErrors = {
|
||||
FILE_NOT_FOUND = "No file exist at the path",
|
||||
NOT_A_MODULE = "Module must return at least one value"
|
||||
NOT_A_MODULE = "Module must return at least one value",
|
||||
}
|
||||
|
||||
local _, resolvedMod = xpcall(function()
|
||||
|
|
Loading…
Reference in a new issue