Fix frontend stops responding when backend throw error

This commit is contained in:
Yukino Song 2024-06-11 23:25:07 +08:00
parent 06976c4551
commit 912b75f8ac

View File

@ -152,6 +152,7 @@
toast.error(error);
// opts.callback({ success: false, error, modelName: opts.modelName });
break;
}
}