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 8a118bc commit 2aebb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/node_bindings.cc
Expand Up @@ -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");
}
}
Expand Down

0 comments on commit 2aebb93

Please sign in to comment.