fix: file.js修复一个语法错误
This commit is contained in:
parent
abdfbce125
commit
9504ec8b12
@ -42,7 +42,7 @@ function file() {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return new File(exports.file(arguments[0]), arguments[1]);
|
return new File(file(arguments[0]), arguments[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user