mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 13:45:56 +00:00
misc exception handling improvements
This commit is contained in:
@@ -268,7 +268,7 @@ function selectionToggleUnread(cdm_mode) {
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error(e);
|
||||
exception_error("selectionToggleUnread", e);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -320,7 +320,7 @@ function selectionToggleMarked(cdm_mode) {
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error(e);
|
||||
exception_error("selectionToggleMarked", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user