sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
13 stars 1 forks source link

Fix tasks flag `--allow-net` #11

Closed jaydenseric closed 2 years ago

jaydenseric commented 2 years ago

The flag was incorrectly --allow-network, when it should be --allow-net. See: https://deno.land/manual@v1.12.2/getting_started/permissions#permissions-list .

This should fix this crash when attempting a run task with network allowed:

Screen Shot 2021-08-03 at 11 55 01 am

I'm not sure how to test this, so please review carefully 🙏