Skip to content

resolve promise after unlink completes #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

echohack
Copy link

There's a chance here that because we're not checking if an error exists that the operation can actually get interrupted by a cron service and make incomplete files. Manually running it might not result in the same error.

Instead, we check for the error and only unlink after the promise is complete.

Signed-off-by: echohack <echohack@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant