()
| 330 | }) |
| 331 | |
| 332 | function checkAllHinted() { |
| 333 | if (isWalkDone && isHintDone) { |
| 334 | onFinished({ |
| 335 | targetFileCount: targetFileCount, |
| 336 | targetHintFileCount: targetHintFileCount, |
| 337 | targetHintCount: targetHintCount, |
| 338 | arrTargetMessages: arrTargetMessages, |
| 339 | }) |
| 340 | } |
| 341 | } |
| 342 | |
| 343 | if (target === 'stdin') { |
| 344 | isWalkDone = true |