Skip to content

Commit

Permalink
repl: fix deprecation code
Browse files Browse the repository at this point in the history
This slipped through while landing.

PR-URL: #15668
Refs: #15136
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
  • Loading branch information
BridgeAR committed Oct 1, 2017
1 parent 564d7ef commit da40050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ REPLServer.prototype.setPrompt = function setPrompt(prompt) {
REPLServer.prototype.turnOffEditorMode = util.deprecate(
function() { _turnOffEditorMode(this); },
'REPLServer.turnOffEditorMode() is deprecated',
'DEP00XX');
'DEP0078');

// A stream to push an array into a REPL
// used in REPLServer.complete
Expand Down

0 comments on commit da40050

Please sign in to comment.