Skip to content

Commit 52be45a

Browse files
committed
remove goroutine
1 parent 6f0dc93 commit 52be45a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

import/import_script.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,8 @@ provider "astro" {
161161
}(resource)
162162
}
163163

164-
go func() {
165-
wg.Wait()
166-
close(results)
167-
}()
164+
wg.Wait()
165+
close(results)
168166

169167
var allResults []HandlerResult
170168
var deploymentImportString string

0 commit comments

Comments
 (0)