erisu merged PR #1790:
URL: https://github.com/apache/cordova-android/pull/1790
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@cordo
erisu opened a new pull request, #1790:
URL: https://github.com/apache/cordova-android/pull/1790
### Motivation and Context
Fix undefined `ensureFileSync` method.
### Description
The `fs-extra` npm package was removed which caused `ensureFileSync` to b
codecov-commenter commented on PR #1790:
URL: https://github.com/apache/cordova-android/pull/1790#issuecomment-2742502762
##
[Codecov](https://app.codecov.io/gh/apache/cordova-android/pull/1790?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campa
github-advanced-security[bot] commented on code in PR #1790:
URL: https://github.com/apache/cordova-android/pull/1790#discussion_r2006957111
##
lib/builders/ProjectBuilder.js:
##
@@ -301,7 +301,7 @@
if (fs.existsSync(signingPropertiesPath))
fs.rmSync(signingP