Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterPi committed Dec 27, 2024
1 parent 3694f2a commit f90720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export default async function sea(entryPoint: string, opts: SeaOptions) {
await rm(tmpDir, { recursive: true }).catch(() => {
log.warn(`Failed to cleanup the temp directory ${tmpDir}`);
});

process.chdir(previousDirectory);
}
}

0 comments on commit f90720d

Please sign in to comment.