Closed techs-sus closed 2 years ago
This error happens when a promise is finished and I'm pretty sure its around the ":finally" things.
I think the cause of this bug is because coroutine.close is not a valid function. This bug is not too bad though.
coroutine.close
Log:
ServerScriptService.Script:2680: invalid argument #1 to 'defer' (function or thread expected)
Cannot reproduce this. Are you sure it's a problem with the Promise library?
I now realize that it isn't a problem with the promise library, it was an issue with where I was running it.
This error happens when a promise is finished and I'm pretty sure its around the ":finally" things.
I think the cause of this bug is because
coroutine.close
is not a valid function. This bug is not too bad though.Log: