Skip to content

Commit 4dd6ee6

Browse files
dido18lucarin91
andauthored
Update internal/orchestrator/sketch_libs.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent 9efb92a commit 4dd6ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/sketch_libs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func AddSketchLibrary(ctx context.Context, app app.ArduinoApp, libRef LibraryRel
5454
req := &rpc.UpdateLibrariesIndexRequest{Instance: inst, UpdateIfOlderThanSecs: int64(indexUpdateInterval.Seconds())}
5555
if err := srv.UpdateLibrariesIndex(req, stream); err != nil {
5656
// ignore the error because a missing connection should not stop the user from adding a library.
57-
slog.Warn("error updating library index", slog.String("error", err.Error()))
57+
slog.Warn("error updating library index, skipping", slog.String("error", err.Error()))
5858
}
5959

6060
resp, err := srv.ProfileLibAdd(ctx, &rpc.ProfileLibAddRequest{

0 commit comments

Comments
 (0)