Closed this issue 9 years ago · 1 comments
this line is missing a ) read(path.join(fullPath, files[i]);
Should be:
read(path.join(fullPath, files[i]));
Oops. How embarrassing. Thanks!