Closes #238 Updated async library in order to use lib in —use-strict mode

This commit is contained in:
Dmitry M. Lazutkin
2014-08-28 12:04:02 +04:00
parent fb072dd70d
commit 7558a3c367
6 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ vows.describe('RollingFileStream').addBatch({
__dirname + "/test-rolling-file-stream-write-more",
45
);
async.forEach(
async.each(
[0, 1, 2, 3, 4, 5, 6],
function(i, cb) {
stream.write(i +".cheese\n", "utf8", cb);
@@ -183,7 +183,7 @@ vows.describe('RollingFileStream').addBatch({
45,
5
);
async.forEach(
async.each(
[0, 1, 2, 3, 4, 5, 6],
function(i, cb) {
stream.write(i +".cheese\n", "utf8", cb);