Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli committed Jun 20, 2024
1 parent d76e0d7 commit 5590523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/terminal/starbind/conv.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ func (v sliceAsStarlarkValue) Hash() (uint32, error) {
}

func (v sliceAsStarlarkValue) String() string {
if x, ok := v.v.Interface().([]byte); ok {
return string(x)
}
return fmt.Sprintf("%#v", v.v)
}

Expand Down

0 comments on commit 5590523

Please sign in to comment.