Skip to content

Commit 5a57576

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Fixed library install for libs w/o dependencies.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 8e1feb3 commit 5a57576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arduino-ide-extension/src/browser/library/library-list-widget.ts

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export class LibraryListWidget extends ListWidget<LibraryPackage> {
7878
installDependencies = false;
7979
}
8080
}
81+
} else {
82+
// The lib does not have any dependencies.
83+
installDependencies = false;
8184
}
8285

8386
if (typeof installDependencies === 'boolean') {

0 commit comments

Comments
 (0)