Skip to content

Commit 10b36b3

Browse files
committed
lib: repl for #14022
1 parent 22b2c38 commit 10b36b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/api/repl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following special commands are supported by all REPL instances:
4040
`> .load ./file/to/load.js`
4141
* `.editor` - Enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
4242
* `.load-editor` - Load a file and enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
43+
`> .load-editor ./file/to/load.js`
4344

4445
<!-- eslint-skip -->
4546
```js

0 commit comments

Comments
 (0)