Skip to content

Commit 693e99c

Browse files
authored
fixs
1 parent 87c046e commit 693e99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mods/Hileb/shotaasm/impl/compiler/CompilerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public CompilerFactory(URL[] classpath) {
2626
ShotaASM.LOGGER.info("Java Compiler Factory Debug.");
2727
String s0 = "";
2828
for (String s : this.options) {
29-
s0 += s;
29+
s0 = s0 + s;
3030
}
3131
ShotaASM.LOGGER.info("Options : {}", s0);
3232
}

0 commit comments

Comments
 (0)