1
0
peilaus alkaen https://github.com/maxgoedjen/secretive.git synced 2026-03-07 02:07:22 +01:00

Throw restrict

This commit is contained in:
Max Goedjen
2025-09-06 19:33:27 -07:00
vanhempi 53296ed166
commit e5578260e9

Näytä tiedosto

@@ -33,7 +33,7 @@ final class OpenSSHReader {
} }
func readNextChunkAsString() throws -> String { func readNextChunkAsString() throws(OpenSSHReaderError) -> String {
try String(decoding: readNextChunk(), as: UTF8.self) try String(decoding: readNextChunk(), as: UTF8.self)
} }