autosnippet 1.5.1 → 1.5.2

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/bin/asnip.js CHANGED
@@ -1059,7 +1059,7 @@ commander
1059
1059
  console.error(`❌ setup 失败:创建根目录标记文件失败: ${res.error || '未知错误'}`);
1060
1060
  return;
1061
1061
  }
1062
- console.log(`✅ setup 完成:AutoSnippet.boxspec.json 已初始化;root 标记文件: ${res.path}`);
1062
+ console.log(`✅ setup 完成:AutoSnippetRoot.boxspec.json 已初始化;root 标记文件: ${res.path}`);
1063
1063
  if (res.map && res.map.ok && res.map.created) {
1064
1064
  console.log(`✅ 已创建 SPM 映射文件: ${res.map.path}`);
1065
1065
  }