Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Conversation

@ryuyu
Copy link
Contributor

@ryuyu ryuyu commented Mar 17, 2016

Adds verbose flag to cordova prepare command.
Pipes stdout and stderr to console.

@lostintangent @Silhouettes @geof90 @shishirx34

@lostintangent
Copy link
Member

LGTM!

log(chalk.cyan("Running \"cordova prepare\" command:\n"));
try {
var prepareProcess: any = spawnSync("cordova", ["prepare", platform]);
var prepareProcess: any = spawnSync("cordova", ["prepare", platform, "--verbose"], { stdio: [0, 1, 2] });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding a comment will be helpful for stdio options.
process.stdin, process.stdout, process.stderr

@shishirx34
Copy link
Contributor

LGTM

ryuyu added a commit that referenced this pull request Mar 17, 2016
@ryuyu ryuyu merged commit 542063e into master Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants