Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Dec 13, 2024
1 parent d50d02f commit cf100fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class VSCodeTestHelper {
console.log("DEBUG VS CODE -> SECTION VIEW");
try {
const content = this.sidebarView.getContent();
console.log(`DEBUG VS CODE -> CONTENT: ${content}, FOLDERNAME: ${folderName}`);
console.log(`DEBUG VS CODE -> SECTIONS: ${await content.getSections()}, FOLDERNAME: ${folderName}`);
this.workspaceSectionView = await content.getSection(folderName);
} catch (error) {
console.log("DEBUG VS CODE -> SECTION VIEW ERROR", error);
Expand Down

0 comments on commit cf100fa

Please sign in to comment.