Skip to content

typo in README options #541

@ldeveber

Description

@ldeveber

Caused this exception:

concurrently --kill-others --names "Apollo,Next.js" -c "yellow.bold,bold" "npm:gen:dev" "npm:dev:next"

~/project/node_modules/concurrently/dist/src/date-format.js:65
            throw new RangeError(`Formatting token "${type.repeat(length)}" is unsupported`);
            ^

RangeError: Formatting token "ZZZ" is unsupported
    at DateFormatter.compileToken (~/project/node_modules/concurrently/dist/src/date-format.js:65:19)
    at new DateFormatter (~/project/node_modules/concurrently/dist/src/date-format.js:21:28)
    at new Logger (~/project/node_modules/concurrently/dist/src/logger.js:64:30)
    at concurrently (~/project/node_modules/concurrently/dist/src/index.js:38:9)
    at Object.<anonymous> (~/project/node_modules/concurrently/dist/bin/concurrently.js:224:26)
    at Module._compile (node:internal/modules/cjs/loader:1554:14)
    at Object..js (node:internal/modules/cjs/loader:1706:10)
    at Module.load (node:internal/modules/cjs/loader:1289:32)
    at Function._load (node:internal/modules/cjs/loader:1108:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)

Node.js v22.14.0

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