This commit is contained in:
Mihai Bazon
2013-07-30 12:16:29 +03:00
parent 3435af494f
commit b7adbcab1f

View File

@@ -223,7 +223,7 @@ try {
async.eachLimit(files, 1, function (file, cb) {
read_whole_file(file, function (err, code) {
if (err) {
sys.error("ERROR: can't read file: " + filename);
sys.error("ERROR: can't read file: " + file);
process.exit(1);
}
if (ARGS.p != null) {