mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00
fix: log errors in zenUpdateLayoutBreakout for better debugging
This commit is contained in:
@@ -644,7 +644,9 @@ var gZenVerticalTabsManager = {
|
|||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
gURLBar.zenUpdateLayoutBreakout();
|
gURLBar.zenUpdateLayoutBreakout();
|
||||||
} catch (e) {}
|
} catch (e) {
|
||||||
|
console.error(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Always move the splitter next to the sidebar
|
// Always move the splitter next to the sidebar
|
||||||
|
Reference in New Issue
Block a user