From 75b1e30e6bd3c40b705d2422089c79c031e80140 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",