ResourcePack.st
changeset 8511 703dda9d1d81
parent 8510 8cd6ed11417d
child 8512 cb10fe17ad40
--- a/ResourcePack.st	Mon Oct 15 00:19:00 2018 +0200
+++ b/ResourcePack.st	Mon Oct 15 02:01:13 2018 +0200
@@ -373,6 +373,8 @@
         ].
     ].
 
+'4) fromFile ' print. resourceFileName print.
+' in ' print. resourceFileName printCR.
     pack := self fromFile:resourceFileName directory:rsrcDir cached:cached.
     pack packsClassOrFileName:fullName.
     ^ pack