Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: false == true #218

Open
FLYBYME opened this issue Feb 21, 2015 · 1 comment
Open

AssertionError: false == true #218

FLYBYME opened this issue Feb 21, 2015 · 1 comment

Comments

@FLYBYME
Copy link

FLYBYME commented Feb 21, 2015

Getting this error

assert.js:86
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at SharedHandle.add (cluster.js:97:3)
    at queryServer (cluster.js:480:12)
    at Worker.onmessage (cluster.js:438:7)
    at ChildProcess.<anonymous> (cluster.js:692:8)
    at ChildProcess.emit (events.js:129:20)
    at handleMessage (child_process.js:324:10)
    at Pipe.channel.onread (child_process.js:352:11)
$ node -v
v0.12.0

Seems to be something wrong with worker.js

@dmp42
Copy link
Member

dmp42 commented Feb 22, 2015

0.12 is untested so far.
I would recommend you stick with 0.10 until 0.12 received proper testing.
Thanks for this, though, it will help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants