From 9f808684deaa212b0639432c4ce213a843e2cc44 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] src: add --pending-deprecation to NODE_OPTIONS PR-URL: https://github.com/nodejs/node/pull/15494 Fixes: https://github.com/nodejs/node/issues/15484 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater --- src/node.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node.cc b/src/node.cc index 2fd6da0c6f4c37..68e85933fa14fd 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3823,6 +3823,7 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env, "--no-deprecation", "--trace-deprecation", "--throw-deprecation", + "--pending-deprecation", "--no-warnings", "--napi-modules", "--trace-warnings",