(targetPath)
| 6 | const MANIFEST_FILE = ".qiushi-skill-install.json"; |
| 7 | |
| 8 | function normalizePath(targetPath) { |
| 9 | return path.resolve(targetPath).replace(/[\\\/]+$/, "").toLowerCase(); |
| 10 | } |
| 11 | |
| 12 | async function exists(targetPath) { |
| 13 | try { |
no outgoing calls
no test coverage detected