mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 10:58:33 +00:00
Updated the CLI to 0.11.0.
- Adjusted to gRPC API change, and - Log the CLI commit only once when generating from protoc. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -220,7 +220,7 @@ export class BoardsServiceImpl implements BoardsService {
|
||||
resolve(resp);
|
||||
}));
|
||||
|
||||
const requiredTools = resp.getRequiredToolsList().map(t => <Tool>{
|
||||
const requiredTools = resp.getToolsdependenciesList().map(t => <Tool>{
|
||||
name: t.getName(),
|
||||
packager: t.getPackager(),
|
||||
version: t.getVersion()
|
||||
|
||||
Reference in New Issue
Block a user