Skip to content

Commit 643a70e

Browse files
authored
Update test-build-sea-custom-argv0.js
1 parent 6b6a27c commit 643a70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sea/test-build-sea-custom-argv0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const { spawnSyncAndAssert } = require('../common/child_process');
1515
tmpdir.refresh();
1616

1717
copyFileSync(
18-
fixtures.path('sea', 'basic', sea-config.json'),
18+
fixtures.path('sea', 'basic', 'sea-config.json'),
1919
tmpdir.resolve('sea-config.json'),
2020
);
2121

2222
copyFileSync(
23-
fixtures.path('sea', 'basic', sea.js'),
23+
fixtures.path('sea', 'basic', 'sea.js'),
2424
tmpdir.resolve('sea.js'),
2525
);
2626

0 commit comments

Comments
 (0)