Skip to content

Commit

Permalink
fix(Partial Dump): small fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
silto committed Jul 9, 2024
1 parent a2bf69b commit 18a5adf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.

This file was deleted.

5 changes: 1 addition & 4 deletions libs/back/partial-backup/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,4 @@ const run = async () => {
);
};

run().then(
() => rl.close(),
() => rl.close()
);
run().finally(() => rl.close());

0 comments on commit 18a5adf

Please sign in to comment.