We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910773a commit 87a380dCopy full SHA for 87a380d
tests/smoke/filters/editor-support.test.ts
@@ -26,6 +26,7 @@ async function runEditorSupportCrossref(doc: string) {
26
Deno.readTextFileSync(doc),
27
);
28
await writer.write(buf);
29
+ writer.releaseLock();
30
await writer.close();
31
const outputBuf = await child.output();
32
const status = await child.status;
0 commit comments