Skip to content

0.10.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:18
· 32 commits to main since this release
87b1fb4

Fixed

  • Fixed a regression where it was not possible to run directories with init.luau files in them directly using lune run directory-name.
  • Fixed a panic when calling process.exit inside a file that require was called on. (#333)
  • Fixed a panic when calling process.exit inside a request handler for net.serve. (#333)