Skip to content

Commit

Permalink
flip EnableNodeCliInspectArguments fuse to true
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Apr 22, 2024
1 parent dbb000e commit 88353ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/electron/fixtures/app/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
[FuseV1Options.RunAsNode]: false,
[FuseV1Options.EnableCookieEncryption]: true,
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false,
[FuseV1Options.EnableNodeCliInspectArguments]: false,
[FuseV1Options.EnableNodeCliInspectArguments]: true,
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
[FuseV1Options.OnlyLoadAppFromAsar]: true
})
Expand Down
2 changes: 1 addition & 1 deletion test/electron/fixtures/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-test-runner",
"productName": "electron-test-runner",
"productName": "Runner",
"version": "1.0.2",
"description": "My Electron application description",
"main": ".webpack/main",
Expand Down

0 comments on commit 88353ca

Please sign in to comment.