Skip to content

Commit

Permalink
Merge branch 'master' into readable-stream-analysis-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Jan 16, 2024
2 parents 121fd04 + 51fc6da commit 964d9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/rpc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class RPCManager {
/**
* Returns bound methods for modules concat with underscore `_`
* @param engine Pass true to return only `engine_` API endpoints (default: false)
* @param rpcDebug Pass true to include stack traces on errors (default: false)
*/
getMethods(engine = false, rpcDebug = false) {
const methods: { [key: string]: Function } = {}
Expand Down

0 comments on commit 964d9af

Please sign in to comment.