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