v1.4.2
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
});