From d9791d91ac10e10feac303efc3e44bd65c9ce2bf Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 16 Aug 2021 09:58:58 +0900 Subject: src: add --no-global-search-paths cli option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39754 Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Franziska Hinkelmann --- src/node_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node_options.h') diff --git a/src/node_options.h b/src/node_options.h index 1ef3c5216e0..02511d52080 100644 --- a/src/node_options.h +++ b/src/node_options.h @@ -122,6 +122,7 @@ class EnvironmentOptions : public Options { bool deprecation = true; bool force_async_hooks_checks = true; bool allow_native_addons = true; + bool global_search_paths = true; bool warnings = true; bool force_context_aware = false; bool pending_deprecation = false; -- cgit v1.2.3