case sensitivity whee

This commit is contained in:
Brooke Vibber 2025-02-16 02:43:57 +00:00
parent f7df0999d7
commit 91d32ea114

View file

@ -2,7 +2,7 @@ import {
writeFileSync
} from 'fs';
import Jimp from 'Jimp';
import Jimp from 'jimp';
function repeat(val, n) {
@ -1089,4 +1089,4 @@ async function main() {
process.exit(0);
}
main();
main();