Browse Source

WriteFile.st must contain the package WriteFile not WriteFileExample

Thomas Rake 10 năm trước cách đây
mục cha
commit
7cccccfb55
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nodejs/writefile/WriteFile.st

+ 1 - 1
nodejs/writefile/WriteFile.st

@@ -1,6 +1,6 @@
 Object subclass: #WriteFile
     instanceVariableNames: ''
-    package: 'WriteFileExample'!
+    package: 'WriteFile'!
 
 !WriteFile class methodsFor: 'main'!