mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
add a print to catch errors
This commit is contained in:
parent
4c63ad1ac8
commit
f6bd04780d
1 changed files with 1 additions and 0 deletions
|
@ -1373,6 +1373,7 @@ var PropertiesTool = function (opts) {
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
|
print('web event was not valid json.')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var i, properties, dY, diff, newPosition;
|
var i, properties, dY, diff, newPosition;
|
||||||
|
|
Loading…
Reference in a new issue