(packageName, field)
| 102 | } |
| 103 | |
| 104 | function getErrorText(packageName, field) { |
| 105 | return `${packageName} package.json doesn't contain ${field} field or has incorrect value`; |
| 106 | } |
| 107 | |
| 108 | for (const p of pkgs) { |
| 109 | const pkg = p.content; |
no outgoing calls
no test coverage detected