fix(streamingRequest): missing return value

This commit is contained in:
Linden
2024-04-03 14:26:25 +11:00
parent 5e6db9d024
commit 1e30dd4c89

View File

@@ -17,3 +17,5 @@ function lib.streamingRequest(request, hasLoaded, assetType, asset, timeout, ...
if hasLoaded(asset) then return asset end if hasLoaded(asset) then return asset end
end, ("failed to load %s '%s'"):format(assetType, asset), timeout) end, ("failed to load %s '%s'"):format(assetType, asset), timeout)
end end
return lib.streamingRequest