Commit c5249e1e authored by Roque's avatar Roque

[WEB-WORKER] [WIP] log game logic errors

parent 567a03a5
......@@ -55,6 +55,8 @@ function mainToWorker(evt) {
})
.push(function (result) {
return postMessage({'type': 'finished', 'result': result});
}, function(error) {
console.log("ERROR:", error);
});
break;
case 'update':
......
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1003.14747.40357.20480</string> </value>
<value> <string>1003.15815.34669.63095</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1664226941.47</float>
<float>1664291071.22</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment