This commit is contained in:
James B. Pollack 2016-03-27 13:29:36 -07:00
parent d3980f18eb
commit 0dcb86db92
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,8 @@
}); });
}, 1500) }, 1500)
print('CREATED TRANSFORMER AT:: ' + transformer + "at :: " + JSON.stringify(transformerProps.position)); print('CREATED TRANSFORMER' + transformer);
print('at location: ' + JSON.stirngify(transformerProps.position))
return this; return this;
} }

View file

@ -313,7 +313,7 @@
try { try {
userData = JSON.parse(properties.userData); userData = JSON.parse(properties.userData);
} catch (err) { } catch (err) {
print('error parsing json'); print('error parsing json in resetscript for: ' + properties.name);
print('properties are:' + properties.userData); print('properties are:' + properties.userData);
return; return;
} }