Closes #238 Updated async library in order to use lib in —use-strict mode
This commit is contained in:
@@ -388,7 +388,7 @@ function shutdown(cb) {
|
||||
}, []);
|
||||
|
||||
// Call each of the shutdown functions.
|
||||
async.forEach(
|
||||
async.each(
|
||||
shutdownFunctions,
|
||||
function(shutdownFn, done) {
|
||||
shutdownFn(done);
|
||||
|
||||
Reference in New Issue
Block a user