Pure cosmetics in K2JSCompiler*
This commit is contained in:
@@ -67,8 +67,8 @@ public class K2JSCompiler extends CLICompiler<K2JSCompilerArguments, K2JSCompile
|
||||
return ExitCode.INTERNAL_ERROR;
|
||||
}
|
||||
|
||||
final JetCoreEnvironment environmentForJS = getEnvironment(arguments, rootDisposable);
|
||||
final Config config = getConfig(arguments, environmentForJS.getProject());
|
||||
JetCoreEnvironment environmentForJS = getEnvironment(arguments, rootDisposable);
|
||||
Config config = getConfig(arguments, environmentForJS.getProject());
|
||||
if (analyzeAndReportErrors(messageCollector, environmentForJS.getSourceFiles(), config)) {
|
||||
return ExitCode.COMPILATION_ERROR;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ public class K2JSCompilerArguments extends CompilerArguments {
|
||||
@Argument(value = "version", description = "Display compiler version")
|
||||
public boolean version;
|
||||
|
||||
@Argument(value = "help", alias = "h", description = "show help")
|
||||
@Argument(value = "help", alias = "h", description = "Show help")
|
||||
public boolean help;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user