From ccc3801bc7a5d76ddaf0eaed1b98cbf081f44170 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 2 Aug 2023 20:23:10 +0200 Subject: [PATCH] fix: propagate the new port to the client remove stub code Signed-off-by: Akos Kitta --- arduino-ide-extension/src/node/core-service-impl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/arduino-ide-extension/src/node/core-service-impl.ts b/arduino-ide-extension/src/node/core-service-impl.ts index 131349228..42f7ee4b5 100644 --- a/arduino-ide-extension/src/node/core-service-impl.ts +++ b/arduino-ide-extension/src/node/core-service-impl.ts @@ -273,7 +273,6 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService { } }) .on('end', () => { - uploadResponseFragment.portAfterUpload = options.port; // https://github.com/arduino/arduino-cli/issues/2245 if (isUploadResponse(uploadResponseFragment)) { resolve(uploadResponseFragment); } else {