Skip to content

Commit cefcb46

Browse files
[getsentry/action-github-commit] Auto commit
1 parent b041698 commit cefcb46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/generate-md-exports.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ async function genMDFromHTML(source, target, {cacheDir, noCache, usedCacheFiles}
294294
console.log(
295295
` Build hash found: ${buildHashMatch ? buildHashMatch[1] : 'none'}`
296296
);
297-
console.log(
298-
` Timestamp found: ${timestampMatch ? timestampMatch[1] : 'none'}`
299-
);
297+
console.log(` Timestamp found: ${timestampMatch ? timestampMatch[1] : 'none'}`);
300298
console.log(` Date found: ${dateMatch ? dateMatch[0] : 'none'}`);
301299
console.log(` First 500 chars: ${leanHTML.substring(0, 500)}`);
302300
}

0 commit comments

Comments
 (0)