Skip to content

Commit 3ea2099

Browse files
authored
Output the actually generated file
And not "SUMMARY.md" statically, although another file was generated
1 parent f9a74f8 commit 3ea2099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/summary/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function isSkiped(key, skip) {
192192
// Write to file encoded with utf-8
193193
function writeFile(fileName, data) {
194194
fs.writeFile(fileName, data, 'utf-8', function() {
195-
console.log(color.green("Finished, generate a SUMMARY.md successfully."));
195+
console.log(color.green("Finished, generated '"+fileName+"' successfully."));
196196
})
197197
}
198198

0 commit comments

Comments
 (0)