added better debugging to fix text import issue

This commit is contained in:
Bit Borealis 2023-08-19 04:59:58 +00:00
parent 87b6e41254
commit 77592d0a1c

View file

@ -332,7 +332,7 @@ function loadTxt2Array(lines) {
break; break;
default: default:
throw "Error invalid text QR caracters" throw `Error invalid text QR caracters: ${lines[i][j]}`
} }
} }
} }