[JS IR] Fix js compiler arguments

This commit is contained in:
Ilya Goncharov
2022-09-19 20:29:34 +02:00
committed by teamcity
parent 3d1db387f7
commit 4906f17d09
3 changed files with 4 additions and 4 deletions
@@ -243,7 +243,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
}
if (outputName == null) {
messageCollector.report(ERROR, "IR: Specify output name via -Xir-output-name", null)
messageCollector.report(ERROR, "IR: Specify output name via -Xir-module-name", null)
return ExitCode.COMPILATION_ERROR
}