Skip to content

Commit 0de98d0

Browse files
authored
file only
1 parent ce62776 commit 0de98d0

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
@@ -36,6 +36,6 @@ public CompilerFactory(URL[] classpath) {
3636
}
3737

3838
public Compiler compiler(){
39-
return new Compiler(this.options);
39+
return new Compiler(this.classpath);
4040
}
4141
}

0 commit comments

Comments
 (0)