Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-05-22 06:47:30 +08:00
commit fee810585e
66 changed files with 1969 additions and 94 deletions

View file

@ -1462,7 +1462,9 @@ DebuggerServerConnection.prototype = {
},
send(packet) {
this.transport.send(packet);
if (this.transport) {
this.transport.send(packet);
}
},
/**