Skip to content

Commit 5b98c07

Browse files
committed
fixup! sea: allow using inspector command line flags with SEA
1 parent d462f87 commit 5b98c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/sequential/test-single-executable-application-inspect-in-sea-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spawnSyncAndExitWithoutError(
4444
assert(existsSync(seaPrepBlob));
4545

4646
// Generate the SEA executable
47-
generateSEA(outputFile, process.execPath, seaPrepBlob, true);
47+
generateSEA(outputFile, process.execPath, seaPrepBlob);
4848

4949
// Spawn the SEA with inspect option
5050
spawnSyncAndAssert(

test/sequential/test-single-executable-application-inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spawnSyncAndExitWithoutError(
4444
assert(existsSync(seaPrepBlob));
4545

4646
// Generate the SEA executable
47-
generateSEA(outputFile, process.execPath, seaPrepBlob, true);
47+
generateSEA(outputFile, process.execPath, seaPrepBlob);
4848

4949
// Spawn the SEA with inspect option
5050
const seaProcess = spawn(outputFile, [], {

0 commit comments

Comments
 (0)