mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
fix(Future): actually return module
This commit is contained in:
parent
b11ac303ea
commit
64f73540ed
1 changed files with 2 additions and 0 deletions
|
@ -97,3 +97,5 @@ function Future.await<T>(self: Future<T>): T
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return Future
|
||||||
|
|
Loading…
Reference in a new issue