We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c7b1 commit 7bce30fCopy full SHA for 7bce30f
src/socket-daemon.js
@@ -412,7 +412,9 @@ export default class SocketDaemon extends Daemon {
412
* }
413
*/
414
upload(target, data) {
415
- this.closeSerialMonitor(target.port);
+ if (!target.network) {
416
+ this.closeSerialMonitor(target.port);
417
+ }
418
this.uploading.next({ status: this.UPLOAD_IN_PROGRESS });
419
420
if (data.files.length === 0) { // At least one file to upload
0 commit comments