1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Lesson: don't be stupid and rename a function at the last minute and check it in...

This commit is contained in:
Jeff Schiller 2022-01-14 12:54:18 -08:00
parent 7746b8c03f
commit bab0864bf8

View file

@ -102,7 +102,7 @@ export function initialize() {
*/
export function findMimeType(ab) {
if (!root) {
initializeTree();
initialize();
}
const depth = ab.byteLength < maxDepth ? ab.byteLength : maxDepth;