evaera/roblox-lua-promise

Promise.fold does not return correct value if there is an unresolved Promise in the passed list

evaera opened this issue · 0 comments

If there is an unresolved Promise in the list passed to Promise.fold, it always returns the initial value.