|
@@ -196,10 +196,10 @@ singlefile.ui.button = (() => {
|
|
|
}
|
|
}
|
|
|
try {
|
|
try {
|
|
|
await tabData.pendingRefresh;
|
|
await tabData.pendingRefresh;
|
|
|
- tabData.pendingRefresh = refreshAsync(tabId, tabData, oldTabData);
|
|
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
/* ignored */
|
|
/* ignored */
|
|
|
}
|
|
}
|
|
|
|
|
+ tabData.pendingRefresh = refreshAsync(tabId, tabData, oldTabData);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async function refreshAsync(tabId, tabData, oldTabData) {
|
|
async function refreshAsync(tabId, tabData, oldTabData) {
|