There was an error while loading. Please reload this page.
1 parent 22b2c38 commit 10b36b3Copy full SHA for 10b36b3
1 file changed
doc/api/repl.md
@@ -40,6 +40,7 @@ The following special commands are supported by all REPL instances:
40
`> .load ./file/to/load.js`
41
* `.editor` - Enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
42
* `.load-editor` - Load a file and enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel)
43
+ `> .load-editor ./file/to/load.js`
44
45
<!-- eslint-skip -->
46
```js
0 commit comments