Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-10-30 13:45:02 +01:00
commit 7c6ebc959c
161 changed files with 11056 additions and 2506 deletions

View file

@ -72,7 +72,10 @@ export class OsmPreferences {
let i = 0
while (str !== "") {
if (str === undefined || str === "undefined") {
throw "Got 'undefined' or a literal string containing 'undefined' for a long preference with name "+key
throw (
"Got 'undefined' or a literal string containing 'undefined' for a long preference with name " +
key
)
}
if (i > 100) {
throw "This long preference is getting very long... "