We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6f976 commit cb83155Copy full SHA for cb83155
.ci/examples-readme-hydration/index.js
@@ -32,6 +32,7 @@ const disclaimer = `<!--
32
console.error('Enable to parse JSON or convert it to YAML, output as it is.', ex);
33
}
34
35
+ fileContent = fileContent.trim() + '\n';
36
readMe = readMe.replace(include[0], fileContent);
37
};
38
await fs.promises.writeFile(readMeOutputPath, disclaimer + readMe, { encoding: 'utf8', flag: 'w' });
0 commit comments