Update BundleLauncher.java

This commit is contained in:
Anuken
2019-12-20 20:31:07 -08:00
committed by GitHub
parent adb12dcbb8
commit 9906821912

View File

@ -47,7 +47,6 @@ public class BundleLauncher{
}
Func2<String, String, String> processor = (key, value) -> (key + " = " + value).replace("\\", "\\\\").replace("\n", "\\n") + "\n";
Fi output = child.sibling("output/" + child.name());
Log.info("&lc{0} keys added.", added);