Commit c5249e1e authored by Roque's avatar Roque

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

parent 567a03a5
...@@ -55,6 +55,8 @@ function mainToWorker(evt) { ...@@ -55,6 +55,8 @@ function mainToWorker(evt) {
}) })
.push(function (result) { .push(function (result) {
return postMessage({'type': 'finished', 'result': result}); return postMessage({'type': 'finished', 'result': result});
}, function(error) {
console.log("ERROR:", error);
}); });
break; break;
case 'update': case 'update':
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1003.14747.40357.20480</string> </value> <value> <string>1003.15815.34669.63095</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1664226941.47</float> <float>1664291071.22</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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