added optimizer scripts and some code style improvements

This commit is contained in:
logsol 2015-03-09 04:56:28 +01:00
parent 6b472dc134
commit 5f5fec5b10
16 changed files with 397 additions and 36 deletions

View file

@ -7,8 +7,6 @@ function (Nc, childProcess) {
"use strict";
var fork = childProcess.fork;
function PipeToChannel (options) {
this.fork = null;
@ -16,7 +14,7 @@ function (Nc, childProcess) {
this.users = [];
try {
this.fork = fork('channel.js'
this.fork = childProcess.fork('channel.js'
/*, {
execArgv: ['--debug=5859']
}*/