nqdeng / 7-days-nodejs

七天学会NodeJS
MIT License
3.06k stars 764 forks source link

updated third party argv #16

Open shuson opened 10 years ago

shuson commented 10 years ago

it seems the argv has updated the method join. In line 486 of index.html, argv.join(' ') should be argv.run().targets.join(' ').

Correct me if my fault.