updated logs
This commit is contained in:
@@ -12,7 +12,6 @@ function updateReadmeFile(fileList) {
|
||||
|
||||
${installLinks}
|
||||
<!-- END INSTALL LINKS -->`;
|
||||
console.log(JSON.stringify(installLinksAll));
|
||||
let content = readmeStart + installLinksAll + readmeEnd;
|
||||
(0, fs_1.writeFileSync)(readmeFile, content);
|
||||
}
|
||||
@@ -63,7 +62,6 @@ function readReadmeFile(readmeFile) {
|
||||
contentPost = '\n';
|
||||
else
|
||||
contentPost = '\n\n' + contentPost.trimStart();
|
||||
console.log(JSON.stringify(index), JSON.stringify(content), JSON.stringify(contentPre), JSON.stringify(contentPost));
|
||||
return [contentPre, contentPost];
|
||||
}
|
||||
//# sourceMappingURL=readmefile.js.map
|
||||
Reference in New Issue
Block a user