forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
7c6ebc959c
161 changed files with 11056 additions and 2506 deletions
|
|
@ -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... "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue