ソースを参照

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);
-});
+});