浏览代码

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