Skip to content

Commit

Permalink
chore: add mobile command
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 17, 2023
1 parent 3d0e178 commit b6aefff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/webview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,12 @@ const WebviewHelpers: WebviewHelpers = {
waitForWebviewMs = 0,
}: GetWebviewsOpts = {},
): Promise<WebviewsMapping[]> {
logger.debug(`Getting a list of available webviews`);

if (!_.isNumber(waitForWebviewMs)) {
waitForWebviewMs = parseInt(waitForWebviewMs, 10) || 0;
}

logger.debug(`Getting a list of available webviews in ${waitForWebviewMs} ms`);

let webviewsMapping: WebviewsMapping[];
const timer = new timing.Timer().start();
do {
Expand Down

0 comments on commit b6aefff

Please sign in to comment.