mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
f: move cacher functions
This commit is contained in:
@@ -90,7 +90,7 @@ async function main() {
|
||||
// }
|
||||
// process.exit(0);
|
||||
|
||||
let dirs = await BuildsCacher.getPackages(INSTALLERS_DIR);
|
||||
let dirs = await bc.getPackages();
|
||||
showDirs(dirs);
|
||||
console.info('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user