"src/lib/vscode:/vscode.git/clone" did not exist on "cdbabdfa5a26d78b2e4728012ca4e01e4df1b5b2"
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