"The module must have exactly one distinct"
+ " permutation when using the " + getDescription() + " Linker.",
null);
throw new UnableToCompleteException();
}
CompilationResult result = results.iterator().next();
out.print("var $strongName = '" + result.getStrongName() + "';");
out.newlineOpt();
String[] js = result.getJavaScript();
if (js.length != 1) {
logger.log(TreeLogger.ERROR,
"The module must not have multiple fragments when using the "
+ getDescription() + " Linker.", null);
throw new UnableToCompleteException();