@blockrun/clawrouter 0.10.1 → 0.10.3

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/index.js CHANGED
@@ -4829,6 +4829,7 @@ async function proxyRequest(req, res, apiBase, payFetch, options, routerOpts, de
4829
4829
  } catch (err) {
4830
4830
  const errorMsg = err instanceof Error ? err.message : String(err);
4831
4831
  console.error(`[ClawRouter] Routing error: ${errorMsg}`);
4832
+ console.error(`[ClawRouter] Need help? Run: npx @blockrun/clawrouter doctor`);
4832
4833
  options.onError?.(new Error(`Routing failed: ${errorMsg}`));
4833
4834
  }
4834
4835
  }