docs: fix params for debug_stacks

Fixes issue #28282
This commit is contained in:
Hyunchel Kim 2023-10-09 07:19:32 -04:00
parent b3a2e3e950
commit 65c9a0393f
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5

View file

@ -374,8 +374,8 @@ Returns a printed representation of the stacks of all goroutines. Note that the
| Client | Method invocation | | Client | Method invocation |
| :------ | ------------------------------------------ | | :------ | ------------------------------------------ |
| Console | `debug.stacks()` | | Console | `debug.stacks(filter *string)` |
| RPC | `{"method": "debug_stacks", "params": []}` | | RPC | `{"method": "debug_stacks", "params": [filter]}` |
### debug_standardTraceBlockToFile ### debug_standardTraceBlockToFile