Commit 60b9ac6
authored
Deno arguments are not in the correct order (#9139)
* Deno arguments are not in the correct order
When testing this Deno CLI complained about the order of arguments in the script
```me@me deno-edge-hello-world % deno run index.ts --allow-net=xxxxx.ingest.sentry.io
Permission flags have likely been incorrectly set after the script argument.
To grant permissions, set them before the script argument. For example:
deno run --allow-read=. main.js
error: Module not found "file:///Users/steveneubank/Desktop/deno-edge-hello-world/index.ts".````
* source files script
same issue1 parent 8b822e1 commit 60b9ac6
File tree
2 files changed
+2
-2
lines changed- platform-includes
- getting-started-config
- getting-started-sourcemaps
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
0 commit comments