mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-14 05:48:31 +00:00
implemented a few more edit contributions.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -57,7 +57,7 @@ export class UploadSketch extends SketchContribution {
|
||||
}
|
||||
|
||||
async uploadSketch(): Promise<void> {
|
||||
const sketch = await this.getCurrentSketch();
|
||||
const sketch = await this.currentSketch();
|
||||
if (!sketch) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user