mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -41,7 +41,12 @@ const appendDebugMsg = (msg) => {
|
||||
};
|
||||
const startDebug = async () => {
|
||||
printDebug.value = "";
|
||||
await API.saveSource(store.currentSource);
|
||||
try {
|
||||
await API.saveSource(store.currentSource);
|
||||
} catch (e) {
|
||||
store.debugFinish()
|
||||
throw e
|
||||
}
|
||||
API.debug(
|
||||
store.currentSourceUrl,
|
||||
searchKey.value || store.searchKey,
|
||||
|
||||
Reference in New Issue
Block a user