Skip to content

Commit

Permalink
chore: remove catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 11, 2024
1 parent c6a6f59 commit 8da8d52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tx-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ export class TxBuilder {
);

return { modules, dependencies, digest };
} catch (e) {
// Remove the temporary directory before rethrowing the error
throw e;
} finally {
rmTmpDir();
}
Expand Down

0 comments on commit 8da8d52

Please sign in to comment.