mirror of
https://github.com/luau/UniversalSynSaveInstance.git
synced 2026-02-04 06:33:10 +02:00
Upd
This commit is contained in:
@@ -859,7 +859,7 @@ local function synsaveinstance(CustomOptions)
|
||||
end
|
||||
local ok, result = pcall(decompile, Script, Timeout, Timeout) -- ! This might break on Syn due to second param being bool or string (deprecated tho)
|
||||
ldeccache[Script] = result
|
||||
return ok and result or "--[[\n" .. result .. "\n]]"
|
||||
return ok and result or "--[[Failed to decompile\nReason:\n" .. (result or "") .. "\n]]"
|
||||
end
|
||||
else
|
||||
ldecompile = function()
|
||||
|
||||
Reference in New Issue
Block a user