Merge pull request #303 from mikelorant/fix/diff-output

fix: return diff output config value
This commit is contained in:
yxxhero 2022-08-18 15:08:49 +08:00 committed by GitHub
commit d28f16253f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func (t *DiffImpl) DetailedExitcode() bool {
// Output returns the output // Output returns the output
func (t *DiffImpl) DiffOutput() string { func (t *DiffImpl) DiffOutput() string {
return "" return t.DiffOptions.Output
} }
// IncludeTests returns the include tests // IncludeTests returns the include tests