-
Notifications
You must be signed in to change notification settings - Fork 57
planetproto run program.js isn't working #14
Comments
@gargol thanks for reporting this. I thought I got rid of the instructions saying to |
this command is referenced after each challenge. it also looks a bit odd.. on my machine i get somethings like this:
don't think this |
hi there, coming to this issue after encountered the same problem in a nodeschool event, I just wanted to add that ppl use // jshint proto:true
if (!claim){
var claim = function(a,b){
if (a === b){
console.log("matched", a, "===",b);
}
};
} fist line prevent jshint to stop complaining about using proto and may be relevant for the boilerplates. I would be glad to submit a pr if you are interested. thanks for this workshopper, lots of ppl are have been playing with it yesterday ! |
This is annoying, sorry, cannot really get rid of those instructions as they are baked into workshopper.js |
When the
planetproto run program.js
is run undefined error appears:ReferenceError: claim is not defined
The text was updated successfully, but these errors were encountered: