mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-05 00:44:00 -06:00
Merge pull request #2689 from alrs/doltcore-merge-err
libraries/doltcore/merge: fix dropped error
This commit is contained in:
@@ -212,6 +212,9 @@ func parentFkConstraintViolations(
|
||||
}
|
||||
return false, nil
|
||||
}()
|
||||
if err != nil {
|
||||
return nil, false, err
|
||||
}
|
||||
if shouldContinue {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user