Browse Source

Updated upstream.

Florian DORMONT 11 năm trước cách đây
mục cha
commit
9615375fa0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);
-});
+});