chore(rest) lAssync -> assync

This commit is contained in:
coderaiser 2014-02-06 04:00:20 -05:00
parent 80c73d6ae8
commit 17225e4642

View file

@ -242,7 +242,7 @@
fs.unlink(name, log);
});
if (lAssync === n && !error)
if (assync === n && !error)
Util.exec(callback, pBody);
}