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

Custom prefix feature doesn't work #152

Closed
ghost opened this issue Jul 20, 2018 · 4 comments
Closed

Custom prefix feature doesn't work #152

ghost opened this issue Jul 20, 2018 · 4 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 20, 2018

Whenever I run this command:

concurrently "docker-compose up" "nodemon src/"

I get a basic output with the process default index
process index

But if I specify a custom prefix like in this line of README.md, I got no prefix at all, even the process index disappears.
So after running this command:

concurrently --prefix "{time}-{pid}" "docker-compose up" "nodemon src/"

I get this output as I described
no prefix

I'm using Node v8.11.3 on Linux Debian.

I don't know if this is a bug or I'm doing something wrong?

@ghost
Copy link
Author

ghost commented Jul 24, 2018

@gustavohenke if it's a bug as you labeled this issue; why did you close it?

@gustavohenke
Copy link
Member

gustavohenke commented Jul 24, 2018

Because it was fixed in c8bbe55

@ghost
Copy link
Author

ghost commented Jul 24, 2018

Oh. thanks @gustavohenke

@gustavohenke
Copy link
Member

v3.6.1 published to npm with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant