Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 27, 2024
1 parent 36957ff commit 14b6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devicectl.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class Devicectl {
};
// The bundle id should be the last to apply arguments properly.
// devicectl command might not raise exception while the order is wrong.
subcommandOptions.push(bundleId)
subcommandOptions.push(bundleId);

await this.execute(['device', 'process', 'launch'], { subcommandOptions, asJson: false});
}
Expand Down

0 comments on commit 14b6650

Please sign in to comment.