Skip to content
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

⏲ Await writeDocx during docx export #79

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Conversation

fwkoch
Copy link
Collaborator

@fwkoch fwkoch commented Nov 14, 2022

The final write to file during docx export was not awaited. Usually not a problem, since the file is written anyway, but it becomes a problem if the output is immediately consumed by another function (e.g. create output then read and upload to a server).

@rowanc1 rowanc1 merged commit e6917c6 into main Nov 14, 2022
@rowanc1 rowanc1 deleted the bug/await-write-docx branch November 14, 2022 17:22
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.

2 participants