fix: file.js修复一个语法错误

merge/3/MERGE
coding 2018-05-19 17:10:56 +00:00
parent abdfbce125
commit 9504ec8b12
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function file() {
}
break;
default:
return new File(exports.file(arguments[0]), arguments[1]);
return new File(file(arguments[0]), arguments[1]);
}
}