We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fb9c9 commit 634139dCopy full SHA for 634139d
frontend/components/App/ScannerModal.vue
@@ -78,7 +78,7 @@
78
79
const handleError = (error: unknown) => {
80
console.error("Scanner error:", error);
81
- errorMessage.value = t("scanner.error");
+ errorMessage.value = t("scanner.error") + ": " + error;
82
};
83
84
const checkPermissionsError = async () => {
0 commit comments