We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Image save path in generateImages API result includes backslash on Windows. We need to replace backslashes with slashes for the path output.
The text was updated successfully, but these errors were encountered:
fix(file): replaced backslash in path output of generate images API res
4cf6912
Image save path in generateImages API result includes backslash on Windows. We need to replace backslashes with slashes for the path output. fix #64
6563977
chore(release): 2.1.0 [skip ci]
76aa108
# [2.1.0](v2.0.2...v2.1.0) (2019-11-01) ### Bug Fixes * **browser:** added a method to kill premature chrome instances ([ad69854](ad69854)), closes [#58](#58) * **file:** replaced backslash in path output of generate images API res ([6563977](6563977)), closes [#64](#64) ### Features * **main:** upgraded to pptr v2 and optimized chrome launcher ([a14e8e6](a14e8e6)), closes [#62](#62) [#58](#58)
🎉 This issue has been resolved in version 2.1.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
onderceylan
No branches or pull requests
Image save path in generateImages API result includes backslash on Windows. We need to replace backslashes with slashes for the path output.
The text was updated successfully, but these errors were encountered: