Merge branch 'master' into project/natuurpunt
This commit is contained in:
commit
2ff279566d
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"render": "Bevindt zich op de {level}de verdieping",
|
"render": "Bevindt zich op de {level}de verdieping",
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Bevindt zich ondergrounds"
|
"then": "Bevindt zich ondergronds"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Bevindt zich gelijkvloers"
|
"then": "Bevindt zich gelijkvloers"
|
||||||
|
|
|
@ -75,6 +75,7 @@ export default class ScriptUtils {
|
||||||
try {
|
try {
|
||||||
resolve(JSON.parse(result))
|
resolve(JSON.parse(result))
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.error("Could not parse the following as JSON:", result)
|
||||||
reject(e)
|
reject(e)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue