Skip to content

Commit ead806e

Browse files
committed
fix lint error
1 parent 29b8754 commit ead806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function getRenderedContent(contentProvider: ConfluenceContentProvider, uri: vsc
3838
</body>
3939
</html>`;
4040
}
41-
}, (reason) => {
41+
}, () => {
4242
// stop spam output channel
4343
// vscode.window.showErrorMessage(reason);
4444
});

0 commit comments

Comments
 (0)