Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccc3801

Browse filesBrowse files
author
Akos Kitta
committed
fix: propagate the new port to the client
remove stub code Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 1bf6fae commit ccc3801
Copy full SHA for ccc3801

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎arduino-ide-extension/src/node/core-service-impl.ts

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/core-service-impl.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
273273
}
274274
})
275275
.on('end', () => {
276-
uploadResponseFragment.portAfterUpload = options.port; // https://github.com/arduino/arduino-cli/issues/2245
277276
if (isUploadResponse(uploadResponseFragment)) {
278277
resolve(uploadResponseFragment);
279278
} else {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.