@private @method getDetailedHelpPath @param {String} thisPath @return {String} help path
(thisPath)
| 1747 | @return {String} help path |
| 1748 | */ |
| 1749 | function getDetailedHelpPath(thisPath) { |
| 1750 | return path.join(thisPath, './HELP.md'); |
| 1751 | } |
| 1752 | |
| 1753 | function finishProcessingForInstall(infos) { |
| 1754 | infos.forEach(markIdenticalToBeSkipped); |
no outgoing calls
no test coverage detected
searching dependent graphs…