Skip to content

Commit c344e37

Browse files
fix: disable the --inspect and --inspect-brk family of CLI options on the Cypress binary (cypress-io#25242)
1 parent 1682a3f commit c344e37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/after-pack-hook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = async function (params) {
6666
{
6767
version: FuseVersion.V1,
6868
[FuseV1Options.LoadBrowserProcessSpecificV8Snapshot]: true,
69+
[FuseV1Options.EnableNodeCliInspectArguments]: false,
6970
},
7071
)
7172

0 commit comments

Comments
 (0)