Commit 912b75f8 authored by Yukino Song's avatar Yukino Song
Browse files

Fix frontend stops responding when backend throw error

parent 06976c45
...@@ -152,6 +152,7 @@ ...@@ -152,6 +152,7 @@
toast.error(error); toast.error(error);
// opts.callback({ success: false, error, modelName: opts.modelName }); // opts.callback({ success: false, error, modelName: opts.modelName });
break;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment