Skip to content

Commit 4fd7cdc

Browse files
committed
Fix linting error.
1 parent d4b8468 commit 4fd7cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeSnippetContentsService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export class CodeSnippetContentsService {
5050
});
5151
return data;
5252
} catch (error) {
53+
console.log(error);
5354
throw error;
5455
}
5556
// const data = await this.contentsManager.get(path, {

0 commit comments

Comments
 (0)