Skip to content

Commit 95af6ef

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 9e33c13 commit 95af6ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/generate-md-exports.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ async function createWork() {
220220
console.log(` - Files to delete: ${filesToDelete.length}`);
221221

222222
// Debug: Show a few examples of what we're comparing
223-
console.log(` - Example used files: ${Array.from(globalUsedCacheFiles).slice(0, 3).join(', ')}`);
223+
console.log(
224+
` - Example used files: ${Array.from(globalUsedCacheFiles).slice(0, 3).join(', ')}`
225+
);
224226
console.log(` - Example dir files: ${allFiles.slice(0, 3).join(', ')}`);
225227
console.log(` - Example to delete: ${filesToDelete.slice(0, 3).join(', ')}`);
226228

0 commit comments

Comments
 (0)