Enable LuauActivateBeforeExec to activate the fix early (#275)

Fixes #259.
This commit is contained in:
Arseny Kapoulkine 2021-12-03 10:40:31 -08:00 committed by GitHub
parent 7257f34d89
commit f63ddae898
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
LUAU_FASTFLAGVARIABLE(LuauCcallRestoreFix, false)
LUAU_FASTFLAG(LuauCoroutineClose)
LUAU_FASTFLAGVARIABLE(LuauActivateBeforeExec, false)
LUAU_FASTFLAGVARIABLE(LuauActivateBeforeExec, true)
/*
** {======================================================