Merge pull request #74 from harvester/mergify/bp/release-harvester-v1.5/pr-70

fix: serial console not work (backport #70)
This commit is contained in:
Andy Lee 2025-01-10 14:25:30 +08:00 committed by GitHub
commit ee9575f710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,8 @@ export default {
});
this.queue = [];
}, 5)
}, 10),
deep: true
}
},