closeclaw 3.0.9 → 3.0.10
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/dist/cli.cjs +1 -1
- package/dist/cli.jsc +0 -0
- package/dist/index.jsc +0 -0
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -8078,7 +8078,7 @@ async function commandOnboard() {
|
|
|
8078
8078
|
if (resolved) {
|
|
8079
8079
|
(0, import_node_child_process3.execSync)(`${openclawPath} plugins install -l "${resolved}"`, { stdio: "pipe" });
|
|
8080
8080
|
} else {
|
|
8081
|
-
(0, import_node_child_process3.execSync)(`${openclawPath} plugins install @prajwalshete/platform-tools`, { stdio: "
|
|
8081
|
+
(0, import_node_child_process3.execSync)(`${openclawPath} plugins install @prajwalshete/platform-tools`, { stdio: "inherit", timeout: 12e4 });
|
|
8082
8082
|
}
|
|
8083
8083
|
result(PASS, "platform-tools plugin installed");
|
|
8084
8084
|
} catch (err) {
|
package/dist/cli.jsc
CHANGED
|
Binary file
|
package/dist/index.jsc
CHANGED
|
Binary file
|