othiym23 / bug-clinic

a nodeschool.io-style workshopper for learning how to debug Node.js apps
https://npmjs.org/package/bug-clinic
BSD 2-Clause "Simplified" License
175 stars 49 forks source link

Bugclinic scan challenge - wrong problem test ? #11

Open nelson777 opened 9 years ago

nelson777 commented 9 years ago

I'm doing bugclinic challanges, but I couldn't find any errors in scan exercice. The proposed server and client files pass verify with no errors. Although I have understood the concept of NODE_DEBUG I tought maybe I'm missing something here.

Is this a bug or I'm really missing something ?

yoshuawuyts commented 9 years ago

Yeah, same here. Not sure what the test is meant to test, or I'd submit a patch to fix it.

alexvicegrab commented 7 years ago

Same here, also, the solution provided in the source does not pass "bug-clinic verify", so there seems to be something off in the challenge.