We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712fdb commit a774271Copy full SHA for a774271
Sources/Subprocess/Buffer.swift
@@ -117,7 +117,7 @@ extension AsyncBufferSequence.Buffer {
117
let span = RawSpan(_unsafeElements: ptr)
118
return _overrideLifetime(of: span, to: self)
119
case .array(let array):
120
- let span = array.bytes
+ let span = array.span.bytes
121
122
}
123
0 commit comments