Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 14, 2023
1 parent 14626c0 commit d66d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/ponder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const waitForSyncComplete = async () => {
const ponder = async () => {
console.log("Creating Ponder instance...");

const subprocess = execa("ponder", ["start"], {
const subprocess = execa("ponder", ["start", `--root-dir=ponder`], {
stdio: "inherit",
detached: true,
});
Expand Down

0 comments on commit d66d4fd

Please sign in to comment.