This commit is contained in:
Aurélien Georget 2017-02-03 11:42:14 +01:00
parent c76c4a9cd2
commit 007164ec4b

View File

@ -93,14 +93,12 @@ module.exports = function () {
});
}
done();
} catch (e) {
cb(e);
return false;
}
});
}
};