Skip to content

Commit 1c715c6

Browse files
authored
silly timestamp
1 parent b6d13cb commit 1c715c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/orderUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function getIncorrectPixels(client) {
3838
}
3939
}
4040

41-
console.log(`Pixel count: ${pixelCount}; Wrong pixels: ${wrong.length} (${(100 - (wrong.length / pixelCount * 100)).toFixed(2)}%); Ignoring non-black white pixels: ${(100 - ((wrong.length - nonWhiteCount) / pixelCount * 100)).toFixed(2) }%`);
41+
console.log(`${Date()} Pixel count: ${pixelCount}; Wrong pixels: ${wrong.length} (${(100 - (wrong.length / pixelCount * 100)).toFixed(2)}%); Ignoring non-black white pixels: ${(100 - ((wrong.length - nonWhiteCount) / pixelCount * 100)).toFixed(2) }%`);
4242
return shuffle(wrong, 'desc').map((i) => i[0]);
4343
}
4444

0 commit comments

Comments
 (0)