mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39: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:
parent
7746b8c03f
commit
bab0864bf8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export function initialize() {
|
|||
*/
|
||||
export function findMimeType(ab) {
|
||||
if (!root) {
|
||||
initializeTree();
|
||||
initialize();
|
||||
}
|
||||
|
||||
const depth = ab.byteLength < maxDepth ? ab.byteLength : maxDepth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue