Skip to content

Inconsistent emoji width #3

@ItsNickBarry

Description

@ItsNickBarry

Emoji width is either 1 or 2, and this is inconsistent across terminals.

Something like this should fix:

process.stdout.write('🪲');
process.stdout.cursorTo(2);
process.stdout.write(`Log saved to: ${stage.logger.outFile}\n`);

But it doesn't work in the tests because process.stdout is not accessible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions