workshopper / list

A central catalog of existing, planned and requested workshoppers
14 stars 7 forks source link

Bug on lesson stream-adventure/http_server #15

Closed rapidhere closed 9 years ago

rapidhere commented 9 years ago

in stream-adventure/problems/http_server/setup.js

in function check, when create the stream, the code is

var stream = check(aPort);

but should be

var stream = check(port);

With the orginial code, even the test code which do nothing can pass the test.

linclark commented 9 years ago

This repo is for discussing the creation of new workshoppers. For help with existing workshoppers, you'll want to post to https://github.com/nodeschool/discussions/issues

rapidhere commented 9 years ago

ok, i've moved to that repo