chore: remove toStringTag (#8776)
This commit is contained in:
parent
a238f5758d
commit
23da97105c
@ -135,13 +135,6 @@ export class Target {
|
||||
return this.#sessionFactory();
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
get [Symbol.toStringTag](): string {
|
||||
return JSON.stringify(this.#targetInfo, null, 2);
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user