MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

music/music.ts:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected