Skip to content

Commit

Permalink
Fix race condition due to not waiting on waitgroup (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman authored and zthomas committed Nov 20, 2019
1 parent 06ec51e commit 2ba4753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/generate/generate_helper.go
Expand Up @@ -71,5 +71,6 @@ func GenerateArtifactsHelper(t *templator.Templator, cfg *config.Commit0Config,
log.Println(aurora.Yellow(emoji.Sprintf(":warning: Missing React environment variables, skipping generation")))
}
}
wg.Wait()

}

0 comments on commit 2ba4753

Please sign in to comment.