Skip to content

Commit ccc3801

Browse files
author
Akos Kitta
committed
fix: propagate the new port to the client
remove stub code Signed-off-by: Akos Kitta <[email protected]>
1 parent 1bf6fae commit ccc3801

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: arduino-ide-extension/src/node/core-service-impl.ts

-1
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)