diff --git a/tool_core.js b/tool_core.js index e1b41fb..96ff142 100644 --- a/tool_core.js +++ b/tool_core.js @@ -367,11 +367,11 @@ module.exports = { } else if (linkTarget) { summary.linkCount++ } else { - summary.untype++ + summary.untypeCount++ } return summary }, - { textLength: 0, wordCount: 0, imageCount: 0, videoCount: 0, file: 0, link: 0, untype: 0 } + { textLength: 0, wordCount: 0, imageCount: 0, videoCount: 0, fileCount: 0, linkCount: 0, untypeCount: 0 } ) },