There was an error while loading. Please reload this page.
1 parent f9a74f8 commit 3ea2099Copy full SHA for 3ea2099
lib/summary/index.js
@@ -192,7 +192,7 @@ function isSkiped(key, skip) {
192
// Write to file encoded with utf-8
193
function writeFile(fileName, data) {
194
fs.writeFile(fileName, data, 'utf-8', function() {
195
- console.log(color.green("Finished, generate a SUMMARY.md successfully."));
+ console.log(color.green("Finished, generated '"+fileName+"' successfully."));
196
})
197
}
198
0 commit comments