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 BethGriggs committed Aug 24, 2020
1 parent 98f7d8e commit e4679bd
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 @@ -1895,7 +1895,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 e4679bd

Please sign in to comment.