Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
denco committed Nov 16, 2023
1 parent 29b8754 commit ead806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function getRenderedContent(contentProvider: ConfluenceContentProvider, uri: vsc
</body>
</html>`;
}
}, (reason) => {
}, () => {
// stop spam output channel
// vscode.window.showErrorMessage(reason);
});
Expand Down

0 comments on commit ead806e

Please sign in to comment.