Skip to content

Commit

Permalink
lib: repl for nodejs#14022
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinhan committed Aug 15, 2017
1 parent 22b2c38 commit 10b36b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following special commands are supported by all REPL instances:
`> .load ./file/to/load.js`
* `.editor` - Enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
* `.load-editor` - Load a file and enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
`> .load-editor ./file/to/load.js`

<!-- eslint-skip -->
```js
Expand Down

0 comments on commit 10b36b3

Please sign in to comment.