Skip to content
Snippets Groups Projects
Commit e6489fda authored by James Yu's avatar James Yu
Browse files

Clean up an unused disposable in snippet-view.ts

Together with previous commits.
parent 73e4b4a4
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ async function render(pdfFileUri: vscode.Uri, opts: { height: number, width: num
const renderResult = await promise
return renderResult?.data
} catch (_) { }
return
}
function receive(message: SnippetViewResult) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment