-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Preserving colorized output #7
Comments
Thanks @danawoodman for the issue. Parallelshell should just pipe the output down without issue - so should support colour fine. What are you seeing, no colours or loads of gibberish? If no colours it could be some kind of colour detection from the program you're using - which we should be able to trick into showing colours. What program are you using that is not showing colours? |
Seems like mocha is checking |
@keithamus would using |
Deployed as |
Yay! 👍 |
I'm now getting the following exception locally: $ ./node_modules/parallelshell/index.js
./node_modules/parallelshell/index.js: line 1: use strict: command not found
./node_modules/parallelshell/index.js: line 2: syntax error near unexpected token `('
./node_modules/parallelshell/index.js: line 2: `var spawn = require('child_process').spawn;' Any thoughts? |
Nevermind, I was running it directly on the command line rather than running through Node |
fix for darkguy2008#7 largely copied from nodemon
Very cool package. One thing I'd love to see is the preservation of colored terminal output. Right now the color is stripped out. Would this be something that is possible to add in?
The text was updated successfully, but these errors were encountered: