-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
when minifying, 1 of the 10's of times I've minified, I got an error. Seems like it may have been due to a protected keyword used as a variable name.
2022-01-20 14:26 Error: or '...' expected near 'do'
SleepManager.getCanSleep = Utils.overwrittenFunction(SleepManager.getCanSleep, function(sleepManager)
return false
end)SleepManager.getCanSleep=Utils.overwrittenFunction(SleepManager.getCanSleep,function(do)return false end)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels