Skip to content

miniSphere 5.1.2

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 07 Feb 17:41

miniSphere 5.1.2 is a maintenance release. This releases improves exception handling for asynchronous code.

What's Changed?

  • Adds a new logFileName option for new Console() allowing you to specify where the log file will be saved.
  • Adds exception handling for promise-based (async) code: uncaught errors in async functions will now cause a game to crash, rather than being silently ignored.
  • Cell will now package the entire #/ directory when making an SPK package.
  • Logging is now disabled by default for Console objects.
  • Fixes a bug where code in .then() continuations or async functions can end up running after a runtime error occurs, leading to strange behavior or even a hard crash.