Skip to content

Commit

Permalink
Build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jun 28, 2023
1 parent f63cb02 commit 8e02c82
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 116 deletions.
11 changes: 3 additions & 8 deletions dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }; }
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62921,16 +62921,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 }; }
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

0 comments on commit 8e02c82

Please sign in to comment.