chore: message link

This commit is contained in:
jialin
2025-01-15 12:42:09 +08:00
parent 9553aa944a
commit 5bfca0f86f
5 changed files with 51 additions and 14 deletions
+3 -1
View File
@@ -65,7 +65,7 @@ const useSetChunkFetch = () => {
bufferManager.add(chunk);
throttledCallback();
} catch (error) {
console.log('error:', error);
console.log('error============:', error);
}
}
};
@@ -96,6 +96,8 @@ const useSetChunkFetch = () => {
);
if (!response.ok) {
const error = await response.json();
handler(error?.message);
return;
}