You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(s"found ${obfuscatedClasses.size} classes that have been obfuscated; will now remove their tasty files (bar some that are still required), since those contain even more information than the class files")
157
-
// note: we must not delete the tasty files for unobfuscated classes since that would break the REPL
156
+
logger.info(s"found ${obfuscatedClasses.size} classes that have been obfuscated; will now remove their TASTy files (bar some that are still required), since those contain even more information than the class files")
157
+
// note: we must not delete the TASTy files for unobfuscated classes since that would break the REPL
0 commit comments