Merge pull request #3035 from ClassicOldSong/main

Fix frontend stops responding when backend throws error
This commit is contained in:
Timothy Jaeryang Baek
2024-06-11 09:52:26 -07:00
committed by GitHub

View File

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