call function on save
This commit is contained in:
parent
0727fdd07d
commit
b44d7a8d91
2 changed files with 3 additions and 0 deletions
1
dist/cache-save/index.js
vendored
1
dist/cache-save/index.js
vendored
|
@ -46565,6 +46565,7 @@ function cacheSave() {
|
|||
});
|
||||
}
|
||||
exports.cacheSave = cacheSave;
|
||||
cacheSave();
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
|
@ -8,3 +8,5 @@ export async function cacheSave() {
|
|||
cacheManager.saveCache();
|
||||
}
|
||||
}
|
||||
|
||||
cacheSave();
|
||||
|
|
Loading…
Add table
Reference in a new issue