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

@@ -53,6 +53,7 @@ function readReadmeFile(readmeFile) {
if (!contentPost.endsWith('\n')) {
contentPost += '\n';
}
console.log(index, content, contentPre, contentPost);
return [contentPre, contentPost];
}
//# sourceMappingURL=readmefile.js.map