mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat: override toString with relevant information for debugging
This commit is contained in:
parent
188cdc4354
commit
458c0bdc71
6 changed files with 18 additions and 2 deletions
|
@ -251,4 +251,8 @@ class ConflictEntry {
|
|||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
void remove() => bindings.conflictRemove(_indexPointer, _path);
|
||||
|
||||
@override
|
||||
String toString() =>
|
||||
'ConflictEntry{ancestor: $ancestor, our: $our, their: $their}';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue