jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash completions throw a TypeError

paperdave opened this issue · comments

  • deno v1.8.1
  • velociraptor v1.0.0-beta.17
  • bash 5.0.17

when using source <(vr completions bash) on the latest deno and vr, and press tab, it outputs

TypeError: Cannot read property 'reduce' of undefined

it seems to happen in any context, with a scripts file existing or not.