From 913923a8ce6c1c26d44c9b5a19ebf83ce0c079f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Corbi=C3=A8re?= Date: Wed, 20 Sep 2017 15:08:19 +0200 Subject: [PATCH] Adds support for --pending-deprecation in NODE_OPTIONS. --- src/node.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node.cc b/src/node.cc index 213c57a61c9e03..50d0e6c0725779 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3940,6 +3940,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env, "--no-deprecation", "--trace-deprecation", "--throw-deprecation", + "--pending-deprecation", "--no-warnings", "--napi-modules", "--expose-http2",