mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 08:10:25 +00:00
feat: errorStack
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user