소스 검색

Updated upstream.

Florian DORMONT 11 년 전
부모
커밋
9615375fa0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/OmnomIRC.js

+ 2 - 1
app/OmnomIRC.js

@@ -71,6 +71,7 @@ if(cluster.isMaster){
 						if(stats.isFile()){
 							var fileStream,
 								mimetype = mimeTypes[path.extname(filename).split('.')[1]];
+
 							res.writeHead(200,{
 								'Content-Type': mimetype
 							});
@@ -265,4 +266,4 @@ if(cluster.isMaster){
 }
 process.on('uncaughtException',function(e){
 	logger.error(e);
-});
+});