mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 18:12:52 +00:00
fix(agents): restore embedded pi and websocket typings
This commit is contained in:
@@ -10,6 +10,7 @@ import { defaultRuntime } from "../runtime.js";
|
||||
function fail(message: string): never {
|
||||
defaultRuntime.error(message);
|
||||
defaultRuntime.exit(1);
|
||||
throw new Error("unreachable");
|
||||
}
|
||||
|
||||
function printJson(value: unknown): void {
|
||||
|
||||
Reference in New Issue
Block a user