Skip to content

The log leaks to the tui when I'm using the oh-my-pi #2

Description

@Parsifa1
2026-03-16 01:59:28.822 glimpse[56973:4807655] error messaging the mach port for IMKCFRunLoopWakeUpReliable

This line leaks into my tui, and when I generate widgets with https://github.com/Michaelliv/pi-generative-ui I want to block it out!


maybe like this:

const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'inherit'] });

-- 148|··const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'inherit'] });
++ 148|··const proc = spawn(BINARY, args, { stdio: ['pipe', 'pipe', 'ignore'] });

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