@aiyiran/myclaw 1.0.42 → 1.0.43
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/config.js +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/config.js
CHANGED
package/index.js
CHANGED
|
@@ -340,8 +340,8 @@ if not errorlevel 1 goto :gateway_running
|
|
|
340
340
|
REM Gateway not running -> update myclaw first, then start
|
|
341
341
|
echo Starting...
|
|
342
342
|
echo.
|
|
343
|
-
echo [update]
|
|
344
|
-
call npm install -g @aiyiran/myclaw@latest >nul 2>&1
|
|
343
|
+
echo [update] checking...
|
|
344
|
+
call npm install -g @aiyiran/myclaw@latest --prefer-online >nul 2>&1
|
|
345
345
|
echo [update] OK
|
|
346
346
|
echo.
|
|
347
347
|
|