Skip to content

Commit

Permalink
Inconsequential text update (#20448)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
ronny-mysten authored Dec 6, 2024
1 parent 0d64196 commit 939448c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function findTracedFunctions(pkgRoot: string, pkgModules: string[]): string[] {
try {
return fs.readdirSync(tracesDir);
} catch (err) {
throw new Error(`Error accessing 'trace' directory for package at '${pkgRoot}'`);
throw new Error(`Error accessing 'traces' directory for package at '${pkgRoot}'`);
}
}
const tracesDir = path.join(pkgRoot, 'traces');
Expand Down

0 comments on commit 939448c

Please sign in to comment.