Skip to content

Commit

Permalink
error log tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 5, 2023
1 parent 82f14de commit 794a5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,8 @@ patch: ${JSON.stringify(
const serialized = this.serialize_selected()
if (serialized) {
navigator.clipboard.writeText(serialized).catch((err) => {
alert(`Error copying cells: ${e}`)
console.error("Error copying cells", e, err)
alert(`Error copying cells: ${err}`)
})
}
}
Expand Down

0 comments on commit 794a5f4

Please sign in to comment.