Bug 1933813 - "close other tabs" changes for tab groups r=dao,jswinarton,sessionstore-reviewers,tabbrowser-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D232430
This commit is contained in:
Stephen Thompson
2024-12-19 08:54:25 +00:00
parent a8c1ca989a
commit f8fd5db3b5
7 changed files with 327 additions and 18 deletions

View File

@@ -4359,7 +4359,7 @@ var SessionStoreInternal = {
);
if (savedGroupIndex < 0) {
throw Components.Exception(
"Closed tab group not found",
"Saved tab group not found",
Cr.NS_ERROR_INVALID_ARG
);
}