This commit is contained in:
Baris Usakli
2019-09-20 11:44:49 -04:00
parent 307abaa8cc
commit ecf39727cc
3 changed files with 68 additions and 95 deletions

View File

@@ -160,3 +160,5 @@ helpers.copyFile = function (source, target, callback) {
}
}
};
require('../../src/promisify')(helpers);