Browse Source

bin script refactoring

sanex3339 9 years ago
parent
commit
d5cdb69223
1 changed files with 1 additions and 3 deletions
  1. 1 3
      bin/javascript-obfuscator.js

+ 1 - 3
bin/javascript-obfuscator.js

@@ -89,9 +89,7 @@ function configureProcess () {
         }
     });
 
-    process.stdin.on('end', function () {
-        processData();
-    });
+    process.stdin.on('end', processData);
 }
 
 function getBuildVersion () {