mirror of
https://github.com/namooplol/unknow-dmb.git
synced 2025-04-28 06:58:07 +00:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
const {AssetGuard} = require('./assetguard.js')
|
|
|
|
console.log('Preloading')
|
|
|
|
// Ensure Distribution is downloaded and cached.
|
|
AssetGuard.retrieveDistributionDataSync(false) |