Skip to content

Commit 7fc2839

Browse files
committed
Copy change to logging
1 parent 0ffe8b9 commit 7fc2839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ program
7474
await indexUrl(url);
7575
}
7676

77-
console.log(`Indexed ${urls.length} urls`);
77+
console.log(`Succesfully indexed ${urls.length} urls`);
7878
});
7979

8080
program.parse(process.argv);

0 commit comments

Comments
 (0)