Skip to content

Commit 1575343

Browse files
committed
docs: update for format debug
1 parent 08b0a9d commit 1575343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/cc/unitmesh/devti/llms/azure/ResponseBodyCallback.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ResponseBodyCallback(private val emitter: FlowableEmitter<SSE>, private va
8181
}
8282

8383
else -> {
84-
throw SSEFormatException("Invalid sse format! $line")
84+
throw SSEFormatException("Invalid sse format! '$line'")
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)