Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 8b69a03

Browse files
authored
v0.2.15-rc
1 parent 269efe9 commit 8b69a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.2.15-rc2",
5+
"version": "0.2.15-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

src/deviceContext.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export class DeviceContext implements IDeviceContext, vscode.Disposable {
249249
}
250250

251251
public get prebuild() {
252-
return this._prebuild.trim ? this._prebuild.trim() : "";
252+
return this._prebuild ? this._prebuild.trim() : "";
253253
}
254254

255255
public get output() {

0 commit comments

Comments
 (0)