mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 00:06:38 +00:00
chore: Fix lint.
This commit is contained in:
@@ -37,7 +37,7 @@ function installFailingFetchCapture() {
|
||||
if (rawBody instanceof ArrayBuffer) {
|
||||
return Buffer.from(new Uint8Array(rawBody)).toString("utf8");
|
||||
}
|
||||
return String(rawBody);
|
||||
return null;
|
||||
})();
|
||||
lastBody = bodyText ? (JSON.parse(bodyText) as unknown) : undefined;
|
||||
throw new Error("intentional fetch abort (test)");
|
||||
|
||||
Reference in New Issue
Block a user