Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bootstrap.js
  • Loading branch information
Timer authored Jun 28, 2017
commit e876b7d1f4a19cd970196e31463598cdca0a154e
4 changes: 2 additions & 2 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if (yarn) {
} else {
let args = ['bootstrap'];
if (
// The Window's filesystem does not handle concurrency well
// The Windows filesystem does not handle concurrency well
windows ||
// Only certain npm versions support concurrency
// Only newer npm versions support concurrency
!shouldUseNpmConcurrently()
) {
args.push('--concurrency=1');
Expand Down