summaryrefslogtreecommitdiff
path: root/std/manual.md
diff options
context:
space:
mode:
authorMaximilien Mellen <maxmellen0@gmail.com>2020-02-19 21:36:18 +0100
committerGitHub <noreply@github.com>2020-02-19 15:36:18 -0500
commit90125566bbaed8b5c6e55ca8dbc432e3433fb73c (patch)
treebf798a408b26264641260395ce8cfc9d4bb37637 /std/manual.md
parent852823fa505d75d61e70e1330bbf366aa248e650 (diff)
Enable TS strict mode by default (#3899)
Fixes #3324 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'std/manual.md')
-rw-r--r--std/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md
index 78037ad1e..99feef15b 100644
--- a/std/manual.md
+++ b/std/manual.md
@@ -1538,7 +1538,7 @@ Build with Cargo:
cargo build -vv
# Run:
-./target/debug/deno tests/002_hello.ts
+./target/debug/deno cli/tests/002_hello.ts
```
#### Testing and Tools