Fixed
- Fixed a regression where it was not possible to run directories with
init.luau
files in them directly usinglune run directory-name
. - Fixed a panic when calling
process.exit
inside a file thatrequire
was called on. (#333) - Fixed a panic when calling
process.exit
inside a request handler fornet.serve
. (#333)