Merge branch 'master' into project/natuurpunt

This commit is contained in:
Pieter Vander Vennet 2021-07-18 18:51:40 +02:00
commit 2ff279566d
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
"render": "Bevindt zich op de {level}de verdieping",
"mappings": {
"0": {
"then": "Bevindt zich ondergrounds"
"then": "Bevindt zich ondergronds"
},
"1": {
"then": "Bevindt zich gelijkvloers"

View file

@ -75,6 +75,7 @@ export default class ScriptUtils {
try {
resolve(JSON.parse(result))
} catch (e) {
console.error("Could not parse the following as JSON:", result)
reject(e)
}
});