Skip to content

Commit

Permalink
feat: add this.opts.appWaitForLaunch (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored and mykola-mokhnach committed Jul 29, 2019
1 parent 56b6ef7 commit 3445f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ commands.background = async function background (seconds) {
flags: this.opts.intentFlags,
waitPkg: this.opts.appWaitPackage,
waitActivity: this.opts.appWaitActivity,
waitForLaunch: this.opts.appWaitForLaunch,
optionalIntentArguments: this.opts.optionalIntentArguments,
stopApp: false,
user: this.opts.userProfile}
Expand Down

0 comments on commit 3445f12

Please sign in to comment.