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

@ -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)
}
});