mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:10:45 +00:00
chore: clean up plugin dependency leftovers
This commit is contained in:
@@ -27,7 +27,7 @@ export function packageNameFromSpecifier(specifier) {
|
||||
return first.startsWith("@") && second ? `${first}/${second}` : first;
|
||||
}
|
||||
|
||||
export function collectBundledPluginRuntimeDependencySpecs(bundledPluginsDir) {
|
||||
export function collectBundledPluginPackageDependencySpecs(bundledPluginsDir) {
|
||||
const specs = new Map();
|
||||
|
||||
if (!fs.existsSync(bundledPluginsDir)) {
|
||||
Reference in New Issue
Block a user