-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
src/sync.ts
Outdated
return spawn(command.join(' '), {cwd: dir}) | ||
.then(r => { | ||
i++; | ||
logger.info(`[${i}/${dirs.length}] Executing cmd in ${dir}...`); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
} | ||
} | ||
let i = 0; | ||
const q = new Q({concurrency: 10}); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gts fix
fails, plus two minor comments.
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
=======================================
Coverage 94.07% 94.07%
=======================================
Files 12 12
Lines 995 995
Branches 60 60
=======================================
Hits 936 936
Misses 40 40
Partials 19 19 Continue to review full report at Codecov.
|
@alexander-fenster mind taking another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
No description provided.