Skip to content

Commit

Permalink
add asJson false
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 26, 2024
1 parent 1a75714 commit adffaff
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 @@ -286,6 +286,6 @@ export class Devicectl {
subcommandOptions.push('--environment-variables', JSON.stringify(_.mapValues(env, (v) => _.toString(v))));
};

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

0 comments on commit adffaff

Please sign in to comment.