Skip to content

Commit

Permalink
Update shell/common/node_bindings.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
  • Loading branch information
codebytere and nornagon committed Apr 9, 2024
1 parent 0953e13 commit 8a118bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/node_bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ void SetNodeOptions(base::Environment* env) {

if (env->HasVar("NODE_EXTRA_CA_CERTS")) {
if (!electron::fuses::IsNodeOptionsEnabled()) {
LOG(ERROR) << "The NODE_OPTIONS fuse must be enabled in order to use "
LOG(WARNING) << "The nodeOptions fuse must be enabled in order to use "
"NODE_EXTRA_CA_CERTS";
env->UnSetVar("NODE_EXTRA_CA_CERTS");
}
Expand Down

0 comments on commit 8a118bc

Please sign in to comment.