Skip to content

Commit

Permalink
Enable LuauActivateBeforeExec to activate the fix early (#275)
Browse files Browse the repository at this point in the history
Fixes #259.
  • Loading branch information
zeux authored Dec 3, 2021
1 parent 7257f34 commit f63ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VM/src/ldo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

LUAU_FASTFLAGVARIABLE(LuauCcallRestoreFix, false)
LUAU_FASTFLAG(LuauCoroutineClose)
LUAU_FASTFLAGVARIABLE(LuauActivateBeforeExec, false)
LUAU_FASTFLAGVARIABLE(LuauActivateBeforeExec, true)

/*
** {======================================================
Expand Down

0 comments on commit f63ddae

Please sign in to comment.