Skip to content

Commit be36e84

Browse files
committed
Merge branch 'hotfix/0.37.5'
2 parents b9662c0 + 7b9ce86 commit be36e84

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tool/Sources/SuggestionBasic/EditorInformation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public struct EditorInformation: Sendable {
2323
public var lineAnnotations: [LineAnnotation]
2424

2525
public var selectedContent: String {
26+
guard !lines.isEmpty else { return "" }
2627
if let range = selections.first {
2728
if range.isEmpty { return "" }
2829
let startIndex = min(

Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_VERSION = 0.37.4
2-
APP_BUILD = 494
1+
APP_VERSION = 0.37.5
2+
APP_BUILD = 500
33
RELEASE_CHANNEL =
44
RELEASE_NUMBER = 1

0 commit comments

Comments
 (0)