mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed item throw interface of ragdoll fixes #93
This commit is contained in:
parent
15e4b2825f
commit
5caa21f453
5 changed files with 19 additions and 24 deletions
|
|
@ -14,7 +14,11 @@ function (Nc, childProcess) {
|
|||
this.fork = null;
|
||||
|
||||
try {
|
||||
this.fork = fork('channel.js');
|
||||
this.fork = fork('channel.js'
|
||||
/*, {
|
||||
execArgv: ['--debug=5859']
|
||||
}*/
|
||||
);
|
||||
} catch (err) {
|
||||
throw 'Failed to fork channel! (' + err + ')';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue