Skip to content

Commit 357e14c

Browse files
Andrew Halldibarbet
andauthored
Apply suggestions from code review
Co-authored-by: David Barbet <[email protected]>
1 parent 85236d6 commit 357e14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/createTagsTasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function getCommitFromNugetAsync(packageInfo: NugetPackageInfo): Promise<s
151151
const packageJson = JSON.parse(packageJsonString);
152152
const packageVersion = packageJson['defaults'][packageInfo.packageJsonName];
153153
if (!packageVersion) {
154-
logError("Can't find razor version in package.json");
154+
logError(`Can't find ${packageInfo.packageJsonName} version in package.json`);
155155
return null;
156156
}
157157

0 commit comments

Comments
 (0)