Skip to content

Commit f90720d

Browse files
committed
fix: lint issues
1 parent 3694f2a commit f90720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sea.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export default async function sea(entryPoint: string, opts: SeaOptions) {
417417
await rm(tmpDir, { recursive: true }).catch(() => {
418418
log.warn(`Failed to cleanup the temp directory ${tmpDir}`);
419419
});
420-
420+
421421
process.chdir(previousDirectory);
422422
}
423423
}

0 commit comments

Comments
 (0)