Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 5, 2023
1 parent 8a39f5b commit dc288fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (const arg of Deno.args) {
if (Deno.env.get("_PATHS")) {
console.info(rv[0].path.string)
} else {
const pkg = {project: rv[0], project, constraint}
const pkg = {project: rv[0].project, constraint}
console.info(utils.pkg.str(pkg))
}
}

0 comments on commit dc288fe

Please sign in to comment.