Skip to content

Run programmatically #3

Description

@g-rodigy

I try run glyphhanger in node like this

const cp = require('child_process')

cp.exec('glyphhanger --version')
cp.exec('glyphhanger --subset="*.ttf"')

It's not working and process never ends. Empirically, I found a place where this happens - here. We waiting for input but it doesn't happen. Can you help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions