Mon Mar 10 2025
tucker.mcknight@gmail.com
f6b6e1deaa059f6c0651d62d4d839f52a0876912
const hash = currentPatch[0].replace("patch ", "")const author = currentPatch[1].replace("Author: ", "")
const hash = currentPatch[0].replace("patch ", "").trim()
const author = currentPatch[1].replace("Author: ", "").trim()
const name = currentPatch[3]
const name = currentPatch[3].replace(" * ", "").trim()
const description = currentPatch.slice(5, diffStart).map(str => str.replace(" ", "")).join("\n").trim()
description,
<pre>{{patchInfo.patch.description}}</pre>