reportDone -> reportProgressDone

progress.reportProgressDone()?  Interesting choice of function name, Justin...
This commit is contained in:
Justin SB
2014-10-08 10:10:53 -07:00
parent 19f845fccc
commit f12fddb95d

View File

@@ -1788,7 +1788,7 @@ _.extend(Android.prototype, {
var execution = cmd.run();
if (options.progress) {
options.progress.reportDone();
options.progress.reportProgressDone();
}
if (execution.exitCode !== 0) {