fix(streamingRequest): missing return value

This commit is contained in:
Linden
2024-04-03 14:48:18 +11:00
parent 5e6db9d024
commit 1e30dd4c89
+2
View File
@@ -17,3 +17,5 @@ function lib.streamingRequest(request, hasLoaded, assetType, asset, timeout, ...
if hasLoaded(asset) then return asset end
end, ("failed to load %s '%s'"):format(assetType, asset), timeout)
end
return lib.streamingRequest