Skip to content

Commit 28570d1

Browse files
committed
fix(copy): commentator.extnames is undefined
fix #24
1 parent e4e8f04 commit 28570d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/copy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const commentator = [
1717
{
1818
filenames: [],
1919
// extnames: ['.md'],
20+
extnames: [],
2021
create: (upgrade) => ([
2122
`<!-- mili upgrade type: ${upgrade} -->`,
2223
].join('\n')),

0 commit comments

Comments
 (0)