felangel / mason

Tools which allow developers to create and consume reusable templates called bricks.

Home Page:https://docs.brickhub.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: `mason_logger.chooseOne` doesn't work with Android Studio debugger

feinstein opened this issue · comments

Description

I am debugging a dart cli application using Android Studio in a Macbook Pro M2 machine and when my code reaches logger.chooseOne I get the following error:

StdinException: Error setting terminal echo mode, OS Error: Inappropriate ioctl for device, errno = 25

chooseOne works fine if I try to run the cli normally, but I can't debug the code at all.