Przeglądaj źródła

Updated upstream.

Florian DORMONT 11 lat temu
rodzic
commit
9615375fa0
1 zmienionych plików z 2 dodań i 1 usunięć
  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);
-});
+});