Skip to content

v1.4.2

Choose a tag to compare

@jumpcutking jumpcutking released this 20 Sep 14:02
· 34 commits to main since this release

The update console system is now accessible to the parent thread. You can initialize it by adding this at the top of your script. Also included general improvements on how Threads reports console messages from children.

var threadConsole = require("../index.js").console;
threadConsole.init(null, {
  usePrettyLog: true
});