@blockrun/clawrouter 0.10.1 → 0.10.2
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/README.md +54 -11
- package/dist/cli.js +3 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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] Run 'npx @blockrun/clawrouter doctor' for help`);
|
|
4832
4833
|
options.onError?.(new Error(`Routing failed: ${errorMsg}`));
|
|
4833
4834
|
}
|
|
4834
4835
|
}
|