Skip to content

Commit

Permalink
Output more debuggable log
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 9, 2023
1 parent a0ba941 commit dcfc893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export async function copyToClipboard(tabs, format) {
return ancestorsOf[tab.id].filter(ancestorId => ids.indexOf(ancestorId) > -1).length
});
}
catch(_e) {
catch(error) {
console.log('failed to collect tree ancestors of tabs: ', error);
}
}

Expand Down

0 comments on commit dcfc893

Please sign in to comment.