Commit 8e38a13
committed
Fix panic in extractDataFolderFromArduinoCLI
When using the latest arduino CLI (nightly-20240102 Commit: db53f81) the
return of `arduino-cli config dump` looks like:
{
"config": {
"directories": {
"data": "/home/nicolas/.arduino15",
"downloads": "/home/nicolas/.arduino15/staging",
"user": "/home/nicolas/Arduino"
}
}
}1 parent e2ed6de commit 8e38a13
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1470 | 1470 | | |
1471 | 1471 | | |
1472 | 1472 | | |
1473 | | - | |
1474 | | - | |
1475 | | - | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1476 | 1478 | | |
1477 | 1479 | | |
1478 | 1480 | | |
1479 | 1481 | | |
1480 | 1482 | | |
1481 | 1483 | | |
1482 | | - | |
1483 | | - | |
| 1484 | + | |
| 1485 | + | |
1484 | 1486 | | |
1485 | 1487 | | |
1486 | 1488 | | |
| |||
0 commit comments