Skip to content

API (concurrently) not printing to stdout unless raw=true #478

@rr326

Description

@rr326

Using the concurrently() API, it is not printing to stdout, unless raw:true.

test.js

import { concurrently } from "concurrently"

const build = {
    command: "ls -al",
    name: "TSC",
},
servDev = {
    command: "ls -al ",  
    name: "SERVER",
},
cmds =  [build, servDev]


const {result} = concurrently(cmds, {raw:false})

node test.js
No output.

Set raw:true ==> expected output

# macos

node --version
v21.7.2

npx concurrently -v
8.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions