Skip to content

8.6.1 — Drain Hero

Choose a tag to compare

@antonmedv antonmedv released this 01 Jul 12:19
· 90 commits to main since this release
ddbd99c
  • Use process.env.SHELL as default shell if defined #1252
SHELL=/bin/zsh zx script.js
  • Accept numeric strings as parseDuration() arg #1249
await sleep(1000)   // 1 second
await sleep('1000') // 1 second