fix(users) File -> FILE

This commit is contained in:
coderaiser 2014-01-30 11:09:13 -05:00
parent 3c5aaf3378
commit f95c324fd4

View file

@ -29,7 +29,7 @@
callback(error);
else if (FileTime === time) {
if (!Names)
error = 'user: parse error of ' + File;
error = 'user: parse error of ' + FILE;
callback(error, Names);
} else {