You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
meta: merge node/master into node-chakracore/master
Merge 3d53848 as of 2018-02-12
This commit was automatically generated. For any problems, please contact jackhorton
Reviewed-By: chakrabot <[email protected]>
// XXX(chrisdickinson): The 15ms debounce value is somewhat arbitrary.
14
14
// The debounce is to guard against code pasted into the REPL.
@@ -19,7 +19,7 @@ function _writeToOutput(repl, message) {
19
19
repl._refreshLine();
20
20
}
21
21
22
-
functioncreateInternalRepl(env,opts,cb){
22
+
functioncreateRepl(env,opts,cb){
23
23
if(typeofopts==='function'){
24
24
cb=opts;
25
25
opts=null;
@@ -34,7 +34,7 @@ function createInternalRepl(env, opts, cb) {
34
34
if(parseInt(env.NODE_NO_READLINE)){
35
35
opts.terminal=false;
36
36
}
37
-
// the "dumb" special terminal, as defined by terminfo, doesn't support
37
+
// The "dumb" special terminal, as defined by terminfo, doesn't support
38
38
// ANSI color control codes.
39
39
// see http://invisible-island.net/ncurses/terminfo.ti.html#toc-_Specials
0 commit comments