case sensitivity whee
This commit is contained in:
parent
f7df0999d7
commit
91d32ea114
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import {
|
||||||
writeFileSync
|
writeFileSync
|
||||||
} from 'fs';
|
} from 'fs';
|
||||||
|
|
||||||
import Jimp from 'Jimp';
|
import Jimp from 'jimp';
|
||||||
|
|
||||||
|
|
||||||
function repeat(val, n) {
|
function repeat(val, n) {
|
||||||
|
@ -1089,4 +1089,4 @@ async function main() {
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
Loading…
Reference in a new issue