mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: available
This commit is contained in:
parent
999fa441f1
commit
6e813b156a
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ struct RequireTracer : AstVisitor
|
|||
|
||||
result.exprs[call] = fileResolver->concat(*rootName, v);
|
||||
|
||||
// 'WaitForChild' can be used on modules that are not awailable at the typecheck time, but will be awailable at runtime
|
||||
// 'WaitForChild' can be used on modules that are not available at the typecheck time, but will be available at runtime
|
||||
// If we fail to find such module, we will not report an UnknownRequire error
|
||||
if (FFlag::LuauTraceRequireLookupChild && indexName->index == "WaitForChild")
|
||||
result.optional[call] = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue