We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c046e commit 693e99cCopy full SHA for 693e99c
src/main/java/mods/Hileb/shotaasm/impl/compiler/CompilerFactory.java
@@ -26,7 +26,7 @@ public CompilerFactory(URL[] classpath) {
26
ShotaASM.LOGGER.info("Java Compiler Factory Debug.");
27
String s0 = "";
28
for (String s : this.options) {
29
- s0 += s;
+ s0 = s0 + s;
30
}
31
ShotaASM.LOGGER.info("Options : {}", s0);
32
0 commit comments