fmt: luau side loader

This commit is contained in:
Erica Marigold 2023-09-15 17:31:16 +05:30 committed by GitHub
parent 783a4b4b22
commit 680724233d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()