diff --git a/lib/repl.js b/lib/repl.js index 53b8d2c46c5938..bc9b17de72d482 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -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