0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs(watch): Add note about --unstable flag (#8876)

This commit is contained in:
Maxim Zhukov 2020-12-28 15:37:06 -06:00 committed by GitHub
parent 25218a6a2d
commit 6719cb9b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,13 @@ watcher. When Deno starts up with this flag it watches the entrypoint, and all
local files the entrypoint statically imports. Whenever one of these files is
changed on disk, the program will automatically be restarted.
**Note: file watcher is a new feature and still unstable thus it requires
`--unstable` flag**
```
deno run --watch --unstable main.ts
```
### Integrity flags
Affect commands which can download resources to the cache: `deno cache`,