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

@@ -53,7 +53,7 @@ function readReadmeFile(readmeFile) {
if (!contentPost.endsWith('\n')) {
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];
}
//# sourceMappingURL=readmefile.js.map