temp test update

This commit is contained in:
2022-06-08 09:14:30 -05:00
parent 69d8ee884e
commit b48f40e61f
3 changed files with 4 additions and 1 deletions

View File

@@ -67,5 +67,7 @@ function readReadmeFile(readmeFile: string): [string, string] {
contentPost += '\n'
}
console.log(index, content, contentPre, contentPost)
return [contentPre, contentPost]
}