neutralinojs / neutralinojs-cli

neu cli for Neutralinojs
https://neutralino.js.org/docs/cli/neu-cli
MIT License
93 stars 56 forks source link

Create a common clearCache function in utils.js #143

Closed Ayman161803 closed 2 years ago

Ayman161803 commented 2 years ago

Previous form

Both bundler and downloader module had the same function written under different names.

Changes made

Shifted logic of clearing Cache to utils.js under the common name clearCache()

Ayman161803 commented 2 years ago

Made recommended changes. Thank you for your inputs, @pathange-s!!