-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replServer defineCommand #7357
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
repl
Issues and PRs related to the REPL subsystem.
Comments
The example in the docs looks incorrect/bad. I think it should be something like
|
mscdex
added
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
labels
Jun 22, 2016
Thank you for your answer,I retried this with replace the code |
mscdex
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Jun 22, 2016
2 tasks
akki
added a commit
to akki/node
that referenced
this issue
Jun 22, 2016
addaleax
removed
the
good first issue
Issues that are suitable for first-time contributors.
label
Jun 23, 2016
cjihrig
pushed a commit
that referenced
this issue
Jun 23, 2016
Fixes: #7357 PR-URL: #7365 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fishrock123
pushed a commit
that referenced
this issue
Jun 27, 2016
Fixes: #7357 PR-URL: #7365 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fishrock123
pushed a commit
that referenced
this issue
Jul 5, 2016
Fixes: #7357 PR-URL: #7365 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
repl
Issues and PRs related to the REPL subsystem.
When I try this demo
then run this in my command line with node repl_test.js
// and got the output with
It got the synatax error, and I don't know why?
The text was updated successfully, but these errors were encountered: