We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b9c4d commit 01604eeCopy full SHA for 01604ee
arduino-ide-extension/src/node/core-service-impl.ts
@@ -171,11 +171,11 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
171
req.getUserFieldsMap().set(e.name, e.value);
172
});
173
174
- const result = responseHandler(client, req);
175
-
176
try {
177
await this.monitorManager.notifyUploadStarted(board, port);
178
+ const result = responseHandler(client, req);
+
179
await new Promise<void>((resolve, reject) => {
180
result.on('data', (resp: UploadResponse) => {
181
this.responseService.appendToOutput({
0 commit comments