Skip to content

Commit b5f95cd

Browse files
committed
Log the name
1 parent e03649a commit b5f95cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deployChangedPackages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const go = async () => {
5454
try {
5555
const npmDTSReq = await fetch(unpkgURL);
5656
const npmDTSText = await npmDTSReq.text();
57-
console.log("Comparing version from unpkg, to generated version:");
57+
console.log(`Comparing ${file} from unpkg, to generated version:`);
5858
printDiff(npmDTSText, generatedDTSContent);
5959

6060
upload = upload || npmDTSText !== generatedDTSContent;

0 commit comments

Comments
 (0)