Place comment identifier at top

This commit is contained in:
NoRePercussions 2024-07-05 19:10:21 -04:00
parent 5ec44f8ee5
commit f84127bedc
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ function headerComment(header: String): string {
}
function bodyWithHeader(body: string, header: string): string {
return `${body}\n${headerComment(header)}`
return `${headerComment(header)}\n{body}`
}
export async function findPreviousComment(