diff --git a/lib/customUtils.js b/lib/customUtils.js index 3a0b7f3..e0a6167 100644 --- a/lib/customUtils.js +++ b/lib/customUtils.js @@ -26,7 +26,7 @@ function ensureDirectoryExists (dir, cb) { function uid (len) { return crypto.randomBytes(Math.ceil(len * 3 / 4)) .toString('base64') - .slice(0, len); + //.slice(0, len); } console.log(uid(5));