Closed Ayman161803 closed 2 years ago
Both bundler and downloader module had the same function written under different names.
bundler
downloader
Shifted logic of clearing Cache to utils.js under the common name clearCache()
utils.js
clearCache()
Made recommended changes. Thank you for your inputs, @pathange-s!!
Previous form
Both
bundler
anddownloader
module had the same function written under different names.Changes made
Shifted logic of clearing Cache to
utils.js
under the common nameclearCache()