Skip to content

Commit d2f5377

Browse files
authored
fix lint
1 parent a756a12 commit d2f5377

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
@@ -19,12 +19,12 @@ const tempDir = tmpdir.path;
1919

2020
copyFileSync(
2121
resolve(fixturesDir, 'sea-config.json'),
22-
resolve(tempDir, 'sea-config.json')
22+
resolve(tempDir, 'sea-config.json'),
2323
);
2424

2525
copyFileSync(
2626
resolve(fixturesDir, 'sea.js'),
27-
resolve(tempDir, 'sea.js')
27+
resolve(tempDir, 'sea.js'),
2828
);
2929

3030
spawnSyncAndAssert(

0 commit comments

Comments
 (0)