Skip to content

N v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 05:12
· 161 commits to main since this release

Fixes

  • Keyboard Interrupts will now exit silently.
  • A custom error message will now show when the file it is looking for cannot be accessed.
  • Fixed an issue with ~.
  • Fixed an issue where parallel and then would not work with certain async functions.
  • Fixed an issue where WebSocket connections would not close even when onMessage returned true.
  • Fixed an issue where you could not use the .. operator with expressions.
  • Fixed an issue where a syntax error inside an imported file would cause a runtime error.