@aiyiran/myclaw 1.0.131 → 1.0.132
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/package.json +1 -1
- package/patch-manifest.json +1 -1
- package/wsl2.js +1 -1
package/package.json
CHANGED
package/patch-manifest.json
CHANGED
package/wsl2.js
CHANGED
|
@@ -341,7 +341,7 @@ Write-Host ''
|
|
|
341
341
|
|
|
342
342
|
Write-Host '[3/4] 导入 Linux 环境 (可能需要几分钟)...'
|
|
343
343
|
Write-Host ' 清理旧版本...'
|
|
344
|
-
try { wsl --unregister $distroName 2
|
|
344
|
+
try { wsl --unregister $distroName 2>&1 | Out-Null } catch {}
|
|
345
345
|
Write-Host ' [OK]'
|
|
346
346
|
|
|
347
347
|
try {
|