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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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