Skip to content

Commit

Permalink
doc: use 'console' info string for console output
Browse files Browse the repository at this point in the history
PR-URL: #34837
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
Trott authored and addaleax committed Sep 22, 2020
1 parent 6ccff8e commit 561d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ requires the full path to a module be provided to the loader. To enable the
automatic extension resolution and importing from directories that include an
index file use the `node` mode.
```bash
```console
$ node index.mjs
success!
$ node index # Failure!
Expand Down

0 comments on commit 561d6af

Please sign in to comment.