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

Files get overwritten with their own content when they already exist #431

Closed
sransara opened this issue Aug 13, 2023 · 1 comment
Closed

Comments

@sransara
Copy link
Contributor

I noticed that my build scripts tied to file watch are triggered even when the kroki fetched files already exist, causing unnecessary triggers. When checking the timestamps of the file it looked like they were touched.

I am hoping that we don't need to write the if it already exists in the file system.

Somewhat related: #370

Environment: Node.js

@sransara
Copy link
Contributor Author

Seems this issue got fixed in this commit: 9eb59c3

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 a pull request may close this issue.

1 participant