temp test update
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user