feat: errorStack

This commit is contained in:
pk5ls20
2024-11-13 16:52:03 +08:00
parent f07941685b
commit 75866b435e
11 changed files with 102 additions and 35 deletions

View File

@@ -12,6 +12,10 @@ export class PacketClientSession {
return this.context.client.init(pid, recv, send);
}
get clientLogStack() {
return this.context.client.clientLogStack;
}
get available() {
return this.context.client.available;
}