Skip to content

Commit

Permalink
Return indented result consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 9, 2023
1 parent 9240be8 commit 9e0a25d
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 9e0a25d

Please sign in to comment.