Skip to content

Commit

Permalink
fix: rebuild dependent modules when new module detected (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Oct 1, 2024
1 parent c3b28dc commit 7537b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildengine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ func (e *Engine) watchForModuleChanges(ctx context.Context, period time.Duration
}
existingHash, ok := moduleHashes[change.Name]
if !ok {
continue
existingHash = []byte{}
}

hash, err := computeModuleHash(change.Module)
Expand Down

0 comments on commit 7537b49

Please sign in to comment.