Skip to content

Commit

Permalink
fix: update the alias for the install method (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
alei01 authored Dec 6, 2021
1 parent 6a3b281 commit 4c4510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ios-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class IOSDeploy {
}
}

async installApp (app, timeout) {
await this.install(app, timeout);
async installApp (...args) {
return await this.install(...args);
}

/**
Expand Down

0 comments on commit 4c4510a

Please sign in to comment.