From 3445f1290c94771325a8b6ac50e26c1cd540f0e9 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Mon, 29 Jul 2019 18:58:27 +0900 Subject: [PATCH] feat: add this.opts.appWaitForLaunch (#556) --- lib/commands/general.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/general.js b/lib/commands/general.js index c288838a..01081427 100644 --- a/lib/commands/general.js +++ b/lib/commands/general.js @@ -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}