mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-03 16:07:42 +00:00
fix: resolve syntax error in background.js (unexpected token ')' at end of handleAsyncMessage)
This commit is contained in:
@@ -848,8 +848,7 @@ async function handleAsyncMessage(message, sender, sendResponse) {
|
||||
} else if (message.type === 'LOG') {
|
||||
addLog(`[Content] ${message.message}`, message.level || 'info');
|
||||
}
|
||||
return true; // Keep channel open for async responses
|
||||
});
|
||||
}
|
||||
|
||||
// Tab removal listener
|
||||
chrome.tabs.onRemoved.addListener((tabId) => {
|
||||
|
||||
Reference in New Issue
Block a user