From d93e189e816fc97af029e2fcdb426cab16a23f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Mon, 5 Aug 2019 20:15:12 +0500 Subject: [PATCH] Fix typo (#70) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 638bc51..efb1273 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ const preprocessDestinationPath = (source, destination, options) => { }; module.exports = (source, destination, { - concurrency = (os.cpus().lengh || 1) * 2, + concurrency = (os.cpus().length || 1) * 2, ...options } = {}) => { const progressEmitter = new EventEmitter();