diff --git a/scripts/install-dirigent-openclaw.mjs b/scripts/install-dirigent-openclaw.mjs index 99bfde0..9375e5a 100755 --- a/scripts/install-dirigent-openclaw.mjs +++ b/scripts/install-dirigent-openclaw.mjs @@ -56,8 +56,6 @@ const PATH_PROVIDERS = "models.providers"; const PATH_PROVIDER_ENTRY = `models.providers.${NO_REPLY_PROVIDER_ID}`; const PATH_PLUGINS_ALLOW = "plugins.allow"; -function runOpenclaw(args, { allowFail = false } = {}) { - function runOpenclaw(args, { allowFail = false } = {}) { try { return execFileSync("openclaw", args, { encoding: "utf8" }).trim();