X Tutup
The Wayback Machine - https://web.archive.org/web/20250425174745/https://github.com/nodejs/node/commit/e4679bd45d
Skip to content

Commit e4679bd

Browse files
TrottBethGriggs
authored andcommitted
doc: use 'console' info string for console output
PR-URL: #34837 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 98f7d8e commit e4679bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ requires the full path to a module be provided to the loader. To enable the
18951895
automatic extension resolution and importing from directories that include an
18961896
index file use the `node` mode.
18971897

1898-
```bash
1898+
```console
18991899
$ node index.mjs
19001900
success!
19011901
$ node index # Failure!

0 commit comments

Comments
 (0)
X Tutup