Build outputs

This commit is contained in:
daz 2023-06-28 12:24:28 -06:00
parent f63cb02cfc
commit 8e02c8272a
No known key found for this signature in database
5 changed files with 106 additions and 116 deletions

11
dist/main/index.js vendored
View file

@ -63818,16 +63818,11 @@ class CacheCleaner {
implicitDescendants: false
});
try {
for (var _d = true, _e = __asyncValues(globber.globGenerator()), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
for (var _d = true, _e = __asyncValues(globber.globGenerator()), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
_c = _f.value;
_d = false;
try {
const file = _c;
fs_1.default.utimesSync(file, timestamp, timestamp);
}
finally {
_d = true;
}
const file = _c;
fs_1.default.utimesSync(file, timestamp, timestamp);
}
}
catch (e_1_1) { e_1 = { error: e_1_1 }; }