Skip to content

Commit 6b55d89

Browse files
committed
update release script
1 parent 8840613 commit 6b55d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automation/shellUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export async function $input(message: string): Promise<string> {
8686
const stdin = Bun.stdin.stream();
8787
const reader = stdin.getReader();
8888
const chunk = await reader.read();
89+
reader.releaseLock();
8990
const text = Buffer.from(chunk.value ?? '').toString();
9091
return text.trim();
9192
}

0 commit comments

Comments
 (0)