Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test-build-sea-custom-argv0.js
  • Loading branch information
alexsch01 authored Feb 7, 2026
commit 643a70eb4824a2d7fb4e18251238637989ae7f3b
4 changes: 2 additions & 2 deletions test/sea/test-build-sea-custom-argv0.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ const { spawnSyncAndAssert } = require('../common/child_process');
tmpdir.refresh();

Comment thread
alexsch01 marked this conversation as resolved.
copyFileSync(
fixtures.path('sea', 'basic', sea-config.json'),
fixtures.path('sea', 'basic', 'sea-config.json'),
tmpdir.resolve('sea-config.json'),
);

copyFileSync(
fixtures.path('sea', 'basic', sea.js'),
fixtures.path('sea', 'basic', 'sea.js'),
tmpdir.resolve('sea.js'),
);

Expand Down
Loading