Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Aug 22, 2024
1 parent a96ebb8 commit ae56a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/cli/validate/contract-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ function getStandaloneReport(
return new UpgradeableContractErrorReport(reportErrors);
}

function getPath(src: string): string {
return src.split(':')[0];
function getPath(srcOrFullyQualifiedName: string): string {
return srcOrFullyQualifiedName.split(':')[0];
}

0 comments on commit ae56a61

Please sign in to comment.