fixed callback consistency in mdkir

This commit is contained in:
antelle 2017-02-21 19:44:45 +01:00
parent adcf3c5377
commit a102a5877c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ const Launcher = {
const create = function(stack, callback) {
if (!stack.length) {
return callback && callback();
return callback();
}
fs.mkdir(stack.shift(), err =>