mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
fix: move cache to os.tmpdir() (#562)
* fix: move cache to os.tmpdir() * revert snapshot
This commit is contained in:
@@ -26,7 +26,7 @@ program
|
||||
|
||||
if (program.clear) {
|
||||
require('../lib/certMgr').clearCerts(() => {
|
||||
util.deleteFolderContentsRecursive(util.getAnyProxyPath('cache'));
|
||||
util.deleteFolderContentsRecursive(util.getAnyProxyTmpPath());
|
||||
console.log(color.green('done !'));
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user