From 2aebb93523030f3cd735a2661c13474eb7e86aad Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 9 Apr 2024 19:35:05 +0200 Subject: [PATCH] Update shell/common/node_bindings.cc Co-authored-by: Jeremy Rose --- shell/common/node_bindings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/common/node_bindings.cc b/shell/common/node_bindings.cc index 01d8cedd71fdb..63e4caa267bb9 100644 --- a/shell/common/node_bindings.cc +++ b/shell/common/node_bindings.cc @@ -391,7 +391,7 @@ void SetNodeOptions(base::Environment* env) { // overwrite new NODE_OPTIONS without unsupported variables env->SetVar("NODE_OPTIONS", options); } else { - LOG(ERROR) << "NODE_OPTIONS have been disabled in this app"; + LOG(WARNING) << "The nodeOptions fuse must be enabled in order to use NODE_OPTIONS"; env->UnSetVar("NODE_OPTIONS"); } }