Skip to content

Commit 095bbd9

Browse files
reference latest cli commit in package.json
1 parent fbf3fc6 commit 095bbd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"version": {
159159
"owner": "arduino",
160160
"repo": "arduino-cli",
161-
"commitish": "master"
161+
"commitish": "c1b10f562f1e1a112e215a69b84e2f2b69e3af2d"
162162
}
163163
},
164164
"fwuploader": {

arduino-ide-extension/src/browser/contributions/upload-sketch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export class UploadSketch extends CoreServiceContribution {
281281
this.handleError(e);
282282
} finally {
283283
this.uploadInProgress = false;
284-
285284
this.onDidChangeEmitter.fire();
286285
}
287286
}

0 commit comments

Comments
 (0)