[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: hanging readline

Hiroki Osame (Feb 23, 2023, 2:21 PM +0900) 60d500c6 2c9e8d9f

+1 -1
+1 -1
packages/core/src/utils.ts
··· 41 41 input.off('keypress', clear); 42 42 if (hideCursor) process.stdout.write(cursor.show); 43 43 44 - // @ts-ignore fix for https://github.com/nodejs/node/issues/31762#issuecomment-1441223907 44 + // @ts-expect-error fix for https://github.com/nodejs/node/issues/31762#issuecomment-1441223907 45 45 rl.terminal = false; 46 46 rl.close(); 47 47 };