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

fix(android): append missing new lines on cordova injected files #4058

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

jcesarmobile
Copy link
Member

As the BufferedReader is reading line per line, we need to append a \n in the StringBuffer, otherwise the cordova.js and cordova plugins js files get unformatted, causing syntax errors.
This was mistakenly removed in a previous refactor.

@imhoffd imhoffd merged commit dbdc78d into main Jan 13, 2021
@imhoffd imhoffd deleted the fix-cordova-plugins branch January 13, 2021 17:45
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.

3 participants