We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564d7ef commit da40050Copy full SHA for da40050
lib/repl.js
@@ -694,7 +694,7 @@ REPLServer.prototype.setPrompt = function setPrompt(prompt) {
694
REPLServer.prototype.turnOffEditorMode = util.deprecate(
695
function() { _turnOffEditorMode(this); },
696
'REPLServer.turnOffEditorMode() is deprecated',
697
- 'DEP00XX');
+ 'DEP0078');
698
699
// A stream to push an array into a REPL
700
// used in REPLServer.complete
0 commit comments