Unnecessary semicolon
Removed unnecessary semicolon.
This commit is contained in:
parent
9e2f9f7910
commit
1e60b12983
|
|
@ -364,7 +364,7 @@ async.eachLimit(files, 1, function (file, cb) {
|
||||||
}
|
}
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
});
|
});
|
||||||
cb();
|
cb();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user