Browse Source

server: fix shadowed port variable

Manfred Kroehnert 12 năm trước cách đây
mục cha
commit
03b0135a89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()