[JS IR] Fix compilation after rebase
This commit is contained in:
committed by
TeamCityServer
parent
0182c09318
commit
0e00186ca1
@@ -206,7 +206,8 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
irFactory = PersistentIrFactory(), // TODO IrFactoryImpl?
|
||||
outputKlibPath = outputFile.path,
|
||||
nopack = arguments.irProduceKlibDir,
|
||||
jsOutputName = FileUtil.getNameWithoutExtension(outputFile),)
|
||||
jsOutputName = FileUtil.getNameWithoutExtension(outputFile),
|
||||
)
|
||||
}
|
||||
|
||||
if (arguments.irProduceJs) {
|
||||
|
||||
Reference in New Issue
Block a user