This commit is contained in:
zjt 2024-06-24 18:47:04 +08:00
parent 490a3c5c1b
commit 33927bddb4

View File

@ -122,7 +122,7 @@ export default function Home() {
console.log(error);
});
} catch (error) {
setResponse("error");
setResponse(error.toString());
console.log(error);
}