Possible deserialization problem in sim
-
When trying to play in the sim I get this error:
SyntaxError: Octal literals are not allowed in strict mode.
at Object.f:6:18751
at module.exports:20:7
at main:3:30
at eval:150:4
at Object.f:6:18751
at Object.c.runCode:6:28748There are no octal literals in my code, so I'm thinking this is happening during deserialization of Memory? I can't narrow it down further than that, though.