luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Fix missing flags for fs.symlink #280

Closed creationix closed 3 years ago

creationix commented 3 years ago

This was causing the sync version to be called in libuv and the callback get ignored so the coroutine would never return.