Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed May 19, 2024
1 parent db89db7 commit c08beb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
await chrome.windows.get(pinned[socket])
return pinned[socket]
} catch (error) {
console.log('pinned session not found', error)
if (!/No window with id/.test(error.message)) {
console.error(error)
}
delete pinned[socket]
}
}
Expand Down

0 comments on commit c08beb4

Please sign in to comment.