Explorar el Código

server: fix shadowed port variable

Manfred Kroehnert hace 12 años
padre
commit
03b0135a89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/server.js

+ 1 - 1
server/server.js

@@ -14347,4 +14347,4 @@ smalltalk.classes()._do_(function(each) {
 if(this.smalltalkReady) {
     this.smalltalkReady();
 }
-smalltalk.FileServer._main()
+smalltalk.FileServer._main()