From ccce72f59777dd936895a058d83590412debead4 Mon Sep 17 00:00:00 2001 From: Antoine du HAMEL Date: Sat, 16 May 2020 12:28:31 +0200 Subject: [PATCH] repl: update deprecation codes Refs: https://github.com/nodejs/node/pull/33294 --- doc/api/deprecations.md | 8 ++++---- lib/repl.js | 12 ++++++------ test/parallel/test-repl-options.js | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 35686572888720..79060f1db76db8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2668,8 +2668,8 @@ Type: Documentation-only Use [`request.destroy()`][] instead of [`request.abort()`][]. - -### DEP0XXX: `repl.inputStream` and `repl.outputStream` + +### DEP0141: `repl.inputStream` and `repl.outputStream`