mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-06 17:08:32 +00:00
Fixed library install for libs w/o dependencies.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -78,6 +78,9 @@ export class LibraryListWidget extends ListWidget<LibraryPackage> {
|
||||
installDependencies = false;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// The lib does not have any dependencies.
|
||||
installDependencies = false;
|
||||
}
|
||||
|
||||
if (typeof installDependencies === 'boolean') {
|
||||
|
||||
Reference in New Issue
Block a user