Skip to content

Commit

Permalink
Whoops! set this to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDark committed Nov 8, 2021
1 parent 4a2472d commit ef1bad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/src/Compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
LUAU_FASTFLAGVARIABLE(LuauPreloadClosures, false)
LUAU_FASTFLAGVARIABLE(LuauPreloadClosuresFenv, false)
LUAU_FASTFLAGVARIABLE(LuauPreloadClosuresUpval, false)
LUAU_FASTFLAGVARIABLE(LuauGenericSpecialGlobals, false)
LUAU_FASTFLAGVARIABLE(LuauGenericSpecialGlobals, true)
LUAU_FASTFLAG(LuauIfElseExpressionBaseSupport)

namespace Luau
Expand Down

0 comments on commit ef1bad4

Please sign in to comment.