Skip to content

Commit bea2d58

Browse files
committed
repl: fix deprecation code
This slipped through while landing. Ref: nodejs#15136
1 parent 2f2f1cf commit bea2d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ REPLServer.prototype.setPrompt = function setPrompt(prompt) {
694694
REPLServer.prototype.turnOffEditorMode = util.deprecate(
695695
function() { _turnOffEditorMode(this); },
696696
'REPLServer.turnOffEditorMode() is deprecated',
697-
'DEP00XX');
697+
'DEP0078');
698698

699699
// A stream to push an array into a REPL
700700
// used in REPLServer.complete

0 commit comments

Comments
 (0)