Skip to content

Commit

Permalink
Fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
hosein2398 committed Jul 6, 2018
1 parent ce0de8d commit 221806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/2do.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function list2do(args, callback, testMode) {
console.log(`\n${chalk.black.bgYellowBright(` ${counter} `)} - ${wantedFileObj[key].title}\n`);
}
}
callback();
});
}
callback();
});
});
}
Expand Down

0 comments on commit 221806e

Please sign in to comment.