mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
reportDone -> reportProgressDone
progress.reportProgressDone()? Interesting choice of function name, Justin...
This commit is contained in:
@@ -1788,7 +1788,7 @@ _.extend(Android.prototype, {
|
||||
var execution = cmd.run();
|
||||
|
||||
if (options.progress) {
|
||||
options.progress.reportDone();
|
||||
options.progress.reportProgressDone();
|
||||
}
|
||||
|
||||
if (execution.exitCode !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user