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
Hmm, I have read discussion about this, and it seems that there is no correct way to resolve this. 🤔
Marp CLI should be continue to support stdin as like as the regular UNIX application. I think that all we can do for problemed environments is what let user opt out the support for reading stdin.
I've found some cases that Marp CLI hangs up while getting contents from stdin by using
get-stdin
module.node -e "require('child_process').exec('./marp')"
It may be related to sindresorhus/get-stdin#13.
The text was updated successfully, but these errors were encountered: