chuwanghui hace 6 años
padre
commit
2160eb119a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      uswebsocket.js

+ 1 - 0
uswebsocket.js

@@ -40,6 +40,7 @@ us.handler=function(request, response) {
             break;
     }
 
+
     fs.readFile(filePath, function(error, content) {
         if (error) {
             if(error.code == 'ENOENT'){