Skip to content

[CLI] Using --silent and --stdin together results in no output #169

@dlind1

Description

@dlind1

When rtlcss is called with both --silent and --stdin to take the css from stdin and output to stdout, the --silent flag results in no output since console.log is redefined to be an empty function. Using process.stdout.write instead of console.log fixes this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions