projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a938859
)
add note about windows
author
Amitoj
<iamamitoj@gmail.com>
Tue, 4 Oct 2016 14:02:46 +0000
(19:32 +0530)
committer
GitHub
<noreply@github.com>
Tue, 4 Oct 2016 14:02:46 +0000
(19:32 +0530)
note "REPL is not available on Windows."
docs/tutorial/repl.md
patch
|
blob
|
history
diff --git
a/docs/tutorial/repl.md
b/docs/tutorial/repl.md
index c8d335bb11109d114635b1b735bb32e1959bbef6..94af460bef969979e6844092a439429429fb4b57 100644
(file)
--- a/
docs/tutorial/repl.md
+++ b/
docs/tutorial/repl.md
@@
-18,7
+18,9
@@
The `repl` module provides a REPL implementation that can be accessed using:
electron --interactive
```
-
Note:
This only creates a REPL for the main process. You can use the Console
+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.
+Note: REPL is not available on Windows.
+
More info here: https://github.com/nodejs/node/blob/master/doc/api/repl.md