From ad094ff98eebfc6a30578113529310aa8e433fba Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Fri, 1 Mar 2019 01:56:51 +0100 Subject: [PATCH] repl: fix deprecation code Refs: https://github.com/nodejs/node/pull/26260 --- doc/api/deprecations.md | 4 ++-- lib/repl.js | 4 ++-- test/parallel/test-repl-options.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 15bf869790e9ce..e8ea13ffbd6c26 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2335,8 +2335,8 @@ Type: Runtime Setting the TLS ServerName to an IP address is not permitted by [RFC 6066][]. This will be ignored in a future version. - -### DEP0XXX: using REPLServer.rli + +### DEP0124: using REPLServer.rli