mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-14 06:46:36 +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;
|
installDependencies = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// The lib does not have any dependencies.
|
||||||
|
installDependencies = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof installDependencies === 'boolean') {
|
if (typeof installDependencies === 'boolean') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user