You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cubesql): Failed printing to stdout: Resource temporarily unavailable (#6272)
The root cause is a non-blocking STDOUT set by Node.js at startup. I don't think it's a correct idea to set up O_NONBLOCK for STDOUT. Let's hide some trace logs as a workaround for this issue.
0 commit comments