Skip to content

Commit d884a99

Browse files
committed
looks like something wrong
1 parent 1326bdd commit d884a99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/commands/delete.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ function deleteList(items: string[], workspaceFolder: string): Promise<any> {
2424
}
2525
});
2626
outputChannel.appendLine(`Deleted items: ${files.filter((el) => el.result).length}`);
27-
const failed = files.filter((el) => !el.result).map((el) => `${el.file} - ${el.error}`);
28-
if (files.find((el) => !el.result)) {
29-
outputChannel.appendLine(`Items failed to delete: \n${failed.join("\n")}`);
30-
}
3127
});
3228
}
3329

0 commit comments

Comments
 (0)