mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-20 18:19:05 +02:00
added better debugging to fix text import issue
This commit is contained in:
parent
87b6e41254
commit
77592d0a1c
1 changed files with 1 additions and 1 deletions
|
@ -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]}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue