Skip to content

4.3.0

Compare
Choose a tag to compare
@antonmedv antonmedv released this 16 Jan 20:57
· 336 commits to main since this release
  • 3f7c8ca Fixed --version argv parsing.
  • fe083c4 Fixed a process kill() with unhandled exception.
  • 5f54045 Fixed cd() to work with relative paths.
let p = $`sleep 99999`
await sleep(100)
p.kill()