repl-docs: move file to tutorials

also add note for renderer processes.
This commit is contained in:
Amitoj 2016-10-04 00:12:25 +05:30
parent 002b9b5d4b
commit a938859eb8
2 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,7 @@ an issue:
* [Quick Start](tutorial/quick-start.md)
* [Desktop Environment Integration](tutorial/desktop-environment-integration.md)
* [Online/Offline Event Detection](tutorial/online-offline-events.md)
* [REPL](tutorial/repl.md)
## API References
@ -65,7 +66,6 @@ an issue:
* [powerMonitor](api/power-monitor.md)
* [powerSaveBlocker](api/power-save-blocker.md)
* [protocol](api/protocol.md)
* [REPL](api/repl.md)
* [session](api/session.md)
* [systemPreferences](api/system-preferences.md)
* [Tray](api/tray.md)

View file

@ -17,5 +17,8 @@ The `repl` module provides a REPL implementation that can be accessed using:
```sh
electron --interactive
```
Note: This only creates a REPL for the main process. You can use the Console
tab of the Dev Tools to get a REPL for the renderer processes.
More info here: https://github.com/nodejs/node/blob/master/doc/api/repl.md