Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Mar 20, 2024
1 parent dc6ed6f commit a50be08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BundlerCollectorReturn } from "types/lib/executor";
import { TracerPrestateResponse } from "../../interfaces";

const tracer = readFileSync(
resolve(process.cwd(), "packages", "executor", "test-tracer.js")
resolve(process.cwd(), "packages", "executor", "tracer.js")
).toString();
if (tracer == null) {
throw new Error("Tracer not found");
Expand Down

0 comments on commit a50be08

Please sign in to comment.