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 d4b8468 commit 4fd7cdcCopy full SHA for 4fd7cdc
src/CodeSnippetContentsService.ts
@@ -50,6 +50,7 @@ export class CodeSnippetContentsService {
50
});
51
return data;
52
} catch (error) {
53
+ console.log(error);
54
throw error;
55
}
56
// const data = await this.contentsManager.get(path, {
0 commit comments