Skip to content

Commit 2b25f0b

Browse files
committedSep 23, 2024
Improving output from validate
1 parent cdb14ca commit 2b25f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎repository/validate

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (convertedV4 != currentV4String) {
5353

5454
console.log("Done");
5555

56-
console.log("Validting repo format...");
56+
console.log("Validating repo format...");
5757
const vStart = Date.now();
5858
const validationResult = validateRepository(currentV4);
5959
const vEnd = Date.now();
@@ -69,7 +69,7 @@ if (!validationResult.success) {
6969
const jsRepo = validationResult.data;
7070
console.log("Done: " + (vEnd - vStart) + "ms");
7171

72-
console.log("Checking for identifiers...");
72+
console.log("Checking for identifiers and verifying license strings...");
7373
let maxRetId = "0";
7474
let seenRetId = {};
7575
const retIdMapping = new Map();

0 commit comments

Comments
 (0)
Failed to load comments.