mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
Add allow-read to file-server debugger example (#5282)
This commit is contained in:
parent
7ceac1284e
commit
38e253e377
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use [file_server.ts](https://deno.land/std@v0.50.0/http/file_server.ts) from
|
|||
Use `--inspect-brk` flag to break execution on the first line.
|
||||
|
||||
```shell
|
||||
$ deno run --inspect-brk https://deno.land/std@v0.50.0/http/file_server.ts
|
||||
$ deno run --inspect-brk --allow-read --allow-net https://deno.land/std@v0.50.0/http/file_server.ts
|
||||
Debugger listening on ws://127.0.0.1:9229/ws/1e82c406-85a9-44ab-86b6-7341583480b1
|
||||
Download https://deno.land/std@v0.50.0/http/file_server.ts
|
||||
Compile https://deno.land/std@v0.50.0/http/file_server.ts
|
||||
|
|
Loading…
Reference in a new issue