temp test update

This commit is contained in:
2022-06-08 09:15:38 -05:00
parent b48f40e61f
commit 90a3fa9f4b
3 changed files with 8 additions and 3 deletions

View File

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