This commit is contained in:
Adam Majer 2024-07-15 21:16:01 +02:00
parent bd82c134eb
commit b497b3384d

View File

@ -443,6 +443,8 @@ func (e *RequestHandler) GitSubmoduleCommitId(cwd, packageName, commitId string)
foundLock.Lock()
e.Log("getting commit id '%s' from git at '%s' with packageName: %s", commitId, cwd, packageName)
go func() {
defer foundLock.Unlock()
defer close(data_out.ch)