Этот коммит содержится в:
AJ ONeal 2015-12-15 15:23:05 +00:00
родитель 8944048d82
Коммит 3e6fecf008
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ module.exports.setChallenge = function (args, challengePath, keyAuthorization, d
// TODO should be args.webrootPath
console.log('args.webrootPath, challengePath');
console.log(args.webrootPath, challengePath);
mkdirp(path.join(args.webrootPath, challengePath), function (err) {
mkdirp(args.webrootPath, function (err) {
if (err) {
done(err);
return;