Skip to content

Commit 634139d

Browse files
committed
Scanner: display complete error in GUI (useful for smartphone debug)
1 parent 51fb9c9 commit 634139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/App/ScannerModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
7979
const handleError = (error: unknown) => {
8080
console.error("Scanner error:", error);
81-
errorMessage.value = t("scanner.error");
81+
errorMessage.value = t("scanner.error") + ": " + error;
8282
};
8383
8484
const checkPermissionsError = async () => {

0 commit comments

Comments
 (0)