Skip to content

Commit a69bada

Browse files
authored
Update node_patches.js
1 parent 32dfe83 commit a69bada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/node/node_patches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,6 @@ if (BAZEL_PATCH_ROOTS) {
639639
else if (VERBOSE_LOGS) {
640640
console.error(`bazel node patches disabled. set environment BAZEL_PATCH_ROOTS`);
641641
}
642-
// Patch subprocess logic
642+
return;/*disabled to mitigate #incident-20231108-inspiring-flourish*/// Patch subprocess logic
643643
const selfUnderRunfiles = resolveBundleUnderRunfiles(__filename, runfilesLocator());
644644
patcher(selfUnderRunfiles, NP_SUBPROCESS_NODE_DIR);

0 commit comments

Comments
 (0)