@zhouhao4221/devflow-skills 0.3.0 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -255,7 +255,7 @@ function installAll(selected, cfg, dir, global, symlink, sourceLabel) {
|
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
const label = sourceLabel ? `从 ${sourceLabel} ` : '';
|
|
258
|
-
console.log(`\n已${label}安装 ${installed} 个技能到 ${targetBase(cfg, dir, global)}/`);
|
|
258
|
+
console.log(`\n已${label}安装 ${installed} 个技能到 ${path.resolve(targetBase(cfg, dir, global))}/`);
|
|
259
259
|
console.log('下一步: 重启 AI 工具或刷新技能列表即可使用。');
|
|
260
260
|
}
|
|
261
261
|
|