"testing/vscode:/vscode.git/clone" did not exist on "f6db2014a3f730144eb7f4686e69305acd831060"
Unverified Commit 8ffd8c35 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3035 from ClassicOldSong/main

Fix frontend stops responding when backend throws error
parents 93fa9824 912b75f8
...@@ -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