fix: file.js修复一个语法错误
This commit is contained in:
		@@ -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]);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user