mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 14:26:37 +00:00
Fixed library install for libs w/o dependencies.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
8e1feb36ff
commit
5a57576320
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user