| 163 | await execFileAsync('npm', ['install', pkg]); |
| 164 | console.log(`[music] ${pkg} installed successfully`); |
| 165 | } catch (error) { |
| 166 | console.error(`[music] Failed to install ${pkg}:`, error); |
| 167 | return false; |
| 168 | } |
nothing calls this directly
no outgoing calls
no test coverage detected