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

This commit is contained in:
coding 2018-05-19 17:10:56 +00:00
parent abdfbce125
commit 9504ec8b12

View File

@ -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]);
} }
} }