Skip to content

Commit

Permalink
fix: propagate the new port to the client
Browse files Browse the repository at this point in the history
remove stub code

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Aug 2, 2023
1 parent 1bf6fae commit ccc3801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arduino-ide-extension/src/node/core-service-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ccc3801

Please sign in to comment.