Skip to content

Commit 87a380d

Browse files
committed
chore - deno 2: release stdin lock
1 parent 910773a commit 87a380d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/smoke/filters/editor-support.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function runEditorSupportCrossref(doc: string) {
2626
Deno.readTextFileSync(doc),
2727
);
2828
await writer.write(buf);
29+
writer.releaseLock();
2930
await writer.close();
3031
const outputBuf = await child.output();
3132
const status = await child.status;

0 commit comments

Comments
 (0)