Skip to content

Commit 3043a94

Browse files
authored
fix: improve the sketch launch message (#645)
1 parent 9faa8eb commit 3043a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/orchestrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func StartApp(
127127
})
128128

129129
if app.MainSketchPath != nil {
130-
if !yield(StreamMessage{data: "compiling and updating sketch..."}) {
130+
if !yield(StreamMessage{data: "Compiling and uploading the sketch..."}) {
131131
cancel()
132132
return
133133
}

0 commit comments

Comments
 (0)