Skip to content

Commit ebc9d12

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/orchestrator/sketch_libs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func AddSketchLibrary(ctx context.Context, app app.ArduinoApp, libRef LibraryRel
5353
// update the local library index after a certain time, to avoid if a library is added to the sketch but the local library index is not update, the compile can fail (because the lib is not found)
5454
req := &rpc.UpdateLibrariesIndexRequest{Instance: inst, UpdateIfOlderThanSecs: int64(indexUpdateInterval.Seconds())}
5555
if err := srv.UpdateLibrariesIndex(req, stream); err != nil {
56-
// ignore the error because a missing connection should not stop the user from adding a library.
5756
slog.Warn("error updating library index, skipping", slog.String("error", err.Error()))
5857
}
5958

0 commit comments

Comments
 (0)