echo

Results 2 comments of echo

you should use auto-launch module in main process, I solved this problem

because when under ES5 , especially in IE browser, identifier `undefined` can be rewrited, like this example: ``` var undefined = "hello"; console.log(undefined === "hello"); // true ``` under Chrome...