Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the cmd/args/cwd to the verbose output #4

Open
brianmhunt opened this issue Dec 13, 2013 · 0 comments
Open

Add the cmd/args/cwd to the verbose output #4

brianmhunt opened this issue Dec 13, 2013 · 0 comments

Comments

@brianmhunt
Copy link

It would help quite a bit with debugging to output the cmd, args and cwd to the grunt verbose stream before the command is executed i.e. add before the grunt.util.spawn in tasks/external_daemon.js (around line 65) something akin to the following:

    grunt.verbose.writelns("cwd", process.cwd())
    grunt.verbose.writelns("cmd", cmd)
    grunt.verbose.writelns("args", args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant