222223224225226227228229230231232
args = options.toArray(args); if (this.outputFile == null) { uglifyjs.exec(args); } else { String result = uglifyjs.uglify(args); if (result != null) {