chuwanghui 6 years ago
parent
commit
2160eb119a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      uswebsocket.js

+ 1 - 0
uswebsocket.js

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